Commit
·
11c425a
1
Parent(s):
16e719d
added information in our info tab
Browse files
app.py
CHANGED
@@ -47,6 +47,23 @@ def load_interface():
|
|
47 |
gr.Markdown( #TODO: add information about our project: github, description, model metrics, etc.
|
48 |
"""
|
49 |
# Ensemble Classifier for Predicting Smoker or Non-Smoker
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
"""
|
51 |
)
|
52 |
|
|
|
47 |
gr.Markdown( #TODO: add information about our project: github, description, model metrics, etc.
|
48 |
"""
|
49 |
# Ensemble Classifier for Predicting Smoker or Non-Smoker
|
50 |
+
|
51 |
+
Contributors: Matt Soria, Jake Leniart, Francisco Lozano
|
52 |
+
University: Depaul University
|
53 |
+
Class: DSC 478, Programming Machine Learning
|
54 |
+
---
|
55 |
+
|
56 |
+
## Overview
|
57 |
+
For our project we decided to create a classifer for a kaggle dataset that has bio-signals along with information on whether individuals are smokers or non-smokers. Our classifier attempts to identify whether or not a patient is a smoker based on the 22 features provided.
|
58 |
+
[Smoker Dataset](https://www.kaggle.com/datasets/gauravduttakiit/smoker-status-prediction-using-biosignals?resource=download&select=train_dataset.csv).
|
59 |
+
|
60 |
+
## Classifier Metrics
|
61 |
+
|
62 |
+
TODO: insert the classification report and confusion matrix
|
63 |
+
|
64 |
+
## Report
|
65 |
+
To learn more about our Ensemble Classifier, view our jupyter notebooks in our repo.
|
66 |
+
[DSC 478 Project Repo](https://github.com/msoria17/dsc478-project)
|
67 |
"""
|
68 |
)
|
69 |
|