Recent Posts

Gini index based Decision Tree

How does a Decision Tree Work? A Decision Tree recursively splits training data into subsets based on the value of a single attribute. Splitting stops when e...