Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ output = gr.Textbox(label='Probability of having a heart disease, as evaluated b
|
|
61 |
title = "Structured Data Classification 🧮"
|
62 |
description = "Binary classification of structured data including numerical and categorical features for Heart Disease prediction."
|
63 |
|
64 |
-
article = "Author: <a href=\"https://huggingface.co/buio\">Marco Buiani</a>. Based on
|
65 |
|
66 |
examples = [[41, 'female', 'atypical angina', 130, 204, 100, 'normal', 150, 'yes', 1.4, 'psloping', 2, 'reversible'],
|
67 |
[63, 'male', 'typical angina', 145, 233, 150, 'T-T wave abnormality', 150, 'no', 2.3, 'flat', 0, 'fixed']]
|
|
|
61 |
title = "Structured Data Classification 🧮"
|
62 |
description = "Binary classification of structured data including numerical and categorical features for Heart Disease prediction."
|
63 |
|
64 |
+
article = "Author: <a href=\"https://huggingface.co/buio\">Marco Buiani</a>. Based on this <a href=\"https://keras.io/examples/structured_data/structured_data_classification_from_scratch/\">keras example</a> by <a href=\"https://twitter.com/fchollet\">François Chollet.</a> HuggingFace Model <a href=\"https://huggingface.co/buio/structured-data-classification\">here</a> "
|
65 |
|
66 |
examples = [[41, 'female', 'atypical angina', 130, 204, 100, 'normal', 150, 'yes', 1.4, 'psloping', 2, 'reversible'],
|
67 |
[63, 'male', 'typical angina', 145, 233, 150, 'T-T wave abnormality', 150, 'no', 2.3, 'flat', 0, 'fixed']]
|