Decision tree is a non-parametric supervised learning method used for classification and regression. Goal is to create a model that predicts the value of a target variable by learning simple decision rule inferred from data feature.
Motivation: Interpretability
We want to find best suit for data sets with “region” properties
left - linear classifier right- decision tree
Goal: Train/induce/learn a function h that maps instance to a label
In the model, 3 things are learned: