-
Notifications
You must be signed in to change notification settings - Fork 6
Decision Tree in Python : Metaprotein
seles-dot edited this page Apr 21, 2021
·
16 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 Metaprotein Dataset to be used as Training Dataset & (1/3)rd to be used as Testing Dataset
Accuracy = 72/97 = 79.16 %
Accuracy = 72/97 = 70.83 %