From 3659ba0e0072f25bdfef90a7dcd067c9540fb0c1 Mon Sep 17 00:00:00 2001 From: Rishu Date: Sun, 1 Aug 2021 23:48:27 +0100 Subject: [PATCH] minor cosmetic fix in the app.py file --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 83eaedf..b50d278 100644 --- a/app.py +++ b/app.py @@ -88,7 +88,7 @@ def train_test_split_data(df): with header: st.title("Explaining Heart Diseases ML Model") st.markdown(""" - Many people say machine learning models are **black boxes**, in the sense that they can make good predictions but you can't understand the logic behind those predictions. This statement is true in the sense that most data scientists don't know how to extract insights from models yet.") + Many people say machine learning models are **black boxes**, in the sense that they can make good predictions but you can't understand the logic behind those predictions. This statement is true in the sense that most data scientists don't know how to extract insights from models yet. This interactive application explains the presence of heart disease in a person based on [Heart Disease UCI](https://archive.ics.uci.edu/ml/datasets/Heart+Disease) dataset using **Explainable AI** technique. """)