Yash911 commited on
Commit
8edbcb4
·
1 Parent(s): 19a85d1

Update heart_disease_prediction.py

Browse files
Files changed (1) hide show
  1. heart_disease_prediction.py +1 -1
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('/content/heart_disease_data.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()