-
Notifications
You must be signed in to change notification settings - Fork 6
Decision Tree in Python : Heart Failure Prediction
Rahul Mondal edited this page Apr 28, 2021
·
9 revisions
We have implemented the following criteria to split nodes in our Decision Trees for comparison of accuracy
- Gini Index
- Information Gain (Entropy)
We have taken (2/3)rd of our Heart Failure Prediction Dataset to be used as Training Dataset & (1/3)rd to be used as Testing Dataset
Accuracy = 72/97 = 74.23 %
Accuracy = 72/97 = 80.41 %