Spaces:
Sleeping
Sleeping
Update heart_disease_prediction.py
Browse files
heart_disease_prediction.py
CHANGED
@@ -18,7 +18,7 @@ from sklearn.metrics import accuracy_score
|
|
18 |
"""Data Collection and Processing"""
|
19 |
|
20 |
# loading the csv data to a Pandas DataFrame
|
21 |
-
heart_data = pd.read_csv('
|
22 |
|
23 |
# print first 5 rows of the dataset
|
24 |
heart_data.head()
|
|
|
18 |
"""Data Collection and Processing"""
|
19 |
|
20 |
# loading the csv data to a Pandas DataFrame
|
21 |
+
heart_data = pd.read_csv('heart_disease_data.csv')
|
22 |
|
23 |
# print first 5 rows of the dataset
|
24 |
heart_data.head()
|