I am currently studying Chapter 4 - text classification and trying to understand how decision tree algorithms are used for classification tasks. In particular, I’ve come ...
I am currently studying Chapter 4 - text classification and trying to understand how decision tree algorithms are used for classification tasks. In particular, I’ve come across three related algorithms: ID3, C4.5, and CART. I’m struggling to understand how they work, how they differ in practice, and what role Gini Impurity play in the process. Can someone explain in a simple way:
1. How Decision Trees work in general for classification tasks?
2. How do ID3, C4.5, and CART work? How do they differ in practice?
3. What is Gini Impurity?
Thank you.
