Update app.py
Browse files
app.py
CHANGED
@@ -104,10 +104,7 @@ interface = gr.Interface(
|
|
104 |
description = "<h3>The idea is to classify between 0 = less chance of heart attack and 1 = more chance of heart attack, according to the data provided by the user.</h3>"+
|
105 |
"<b>Models:</b> Logistic Regression, K-means, Decision Trees, Naive Bayes and Random Forest"+
|
106 |
"<br><b>Metrics:</b> Accuracy: 0.82, Precision: 0.775, Recall: 0.939, F1 Score: 0.849 <br> <br><b>Please provide the requested data:</b>",
|
107 |
-
article='Step-by-step on GitHub <a href="https://github.com/Adrian8aS/Machine-Learning-App-Gradio/blob/21246d9ba87859e9068369b89d48b4c6ee13dfe5/Proyecto%20integrador.ipynb"> notebook </a> '
|
108 |
-
'<br>Dashboard of our train data <a href="https://1drv.ms/x/s!At7E16oDTBiKktUagvJHHpF5CCoITA?e=fOLjUq"> here! </a> '+
|
109 |
-
'<br>Privacy Policy <a href="https://raw.githubusercontent.com/rulasvrdz/DataMining/main/Texto.txt"> here! </a> '+
|
110 |
-
'<br><br> ~ Project Coeur',
|
111 |
allow_flagging = "never",
|
112 |
fn = greet,
|
113 |
inputs = [
|
|
|
104 |
description = "<h3>The idea is to classify between 0 = less chance of heart attack and 1 = more chance of heart attack, according to the data provided by the user.</h3>"+
|
105 |
"<b>Models:</b> Logistic Regression, K-means, Decision Trees, Naive Bayes and Random Forest"+
|
106 |
"<br><b>Metrics:</b> Accuracy: 0.82, Precision: 0.775, Recall: 0.939, F1 Score: 0.849 <br> <br><b>Please provide the requested data:</b>",
|
107 |
+
article='Step-by-step on GitHub <a href="https://github.com/Adrian8aS/Machine-Learning-App-Gradio/blob/21246d9ba87859e9068369b89d48b4c6ee13dfe5/Proyecto%20integrador.ipynb"> notebook </a> <br> ~ Project Coeur',
|
|
|
|
|
|
|
108 |
allow_flagging = "never",
|
109 |
fn = greet,
|
110 |
inputs = [
|