The Decision Tree Algorithm: Fighting Over-Fitting Issue – Part(2): Reduced Error Pruning
What is this post about? In the previous post, we learned all about what over-fitting is, and why over-fitting to our training data could easily…
What is this post about? In the previous post, we learned all about what over-fitting is, and why over-fitting to our training data could easily…
What is this post about, and what is next? Hi there!!! Let’s cut to the chase, shall we?! You have this decision tree algorithm, coded…
Which attribute to choose? (Part-2) Today we are going to touch on something quite exciting. In our previous post we talked about Entropy of a…
Which Attribute to Choose? (Part1) In our last post, we introduced the idea of the decision trees (DTs) and you understood the big picture. Now…
What will you learn? You will learn how a decision tree works but without going to the details. For example, you will NOT learn about…