What is CART Algorithm? Everything You Need To Know About Decision Trees (1/2)

Hanane Dupouy
10 min readFeb 3, 2023

1 What are the decision trees?

Decision Trees are non-parametric models used in supervised machine learning. The goal is to predict a target value given a set of independent variables. It could be used either for regression (when the target variable takes continuous values) or classification goals (when the…

--

--