![Mastering Machine Learning for Penetration Testing](https://wfqqreader-1252317822.image.myqcloud.com/cover/757/36699757/b_36699757.jpg)
上QQ阅读APP看书,第一时间看更新
Decision trees
Decision trees are supervised learning algorithms used in decision making by representing data as trees upside-down with their roots at the top. The following is a graphical representation of a decision tree:
![](https://epubservercos.yuewen.com/EA05D4/19470392208878206/epubprivate/OEBPS/Images/Chapter_207.jpg?sign=1738846510-wzlbnbiD3SxdRxQpWgblFtiEE63BzpoZ-0-1794db7df5f4462c0e8e90b35d999244)
Data is represented thanks to the Iterative Dichotomiser 3 algorithm. Decision trees used in classification and regression problems are called CARTs. They were introduced by Leo Breiman.