Decision Tree Point's to keep with implementations
You will go through important points of Decision Tree
You will go through my notebook to see how to apply Decision Tree end2end.
Lets dive in:
How to find Purity of Nodes?
Gini Impurity for Binary Class
How to Select Feature to Split on?
Usually Decision Tree's tends to Overfit
How to Prevent Overfitting in Decision Tree?
Hyperparameters to Train:
Above given are quick points to recap how tree works, now if you can't relate much or maybe you want to see how to perform all of above points practically with Hyperparameter Tuning visit this notebook:
Next will share some interview questions on Decision Tree.
????????????????????????????????????????????????
Happy Learning??