Get the latest tech news
Climbing trees 1: what are decision trees?
This is the first in a series of posts about decision trees in the context of machine learning. The goal here is to provide a foundational understanding of decision trees and to implement them.
I’ve drawn upon various sources instrumental to my understanding of decision trees, including books, documentation, articles, blog posts and lectures. Still, as dimensionality grows and the data becomes sparse, it becomes harder to find meaningful splits without capturing noise. When a decision tree encounters a data point where one or more feature fall outside the bounds of what it was trained on, it simply assigns the value of the nearest leaf node.
Or read this on Hacker News