You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aim of this project is to print steps for every split in the decision tree from scratch and implementing the actual tree using sklearn. Iris dataset has been used, the continuous data is changed to labelled data. In this code gain ratio is used as the deciding feature to split upon.
Machine learning classifiers project focused on building models from scratch/with libraries and evaluating performance using standard metrics (accuracy/precision/recall), proper data splitting, and clean experiment structure. Emphasis on correctness, numerical stability.