@inbook{8f0184b106714a24b0e4ab796cf88a6c,
title = "Decision Tree Learning",
abstract = "Given a training set, Decision Trees (DTs) [Quinlan, 1986] are predictive models represented as trees where each vertex represents a feature, or attribute, and each edge represents a possible value of that attribute. Leaves contain target values and a path from the root to a leaf allows us to make a prediction. Although DTs can be used for a wide variety of tasks [Rokach and Maimon, 2014], we will focus only on classification and regression.",
author = "Leonardo Vanneschi and Sara Silva",
note = "Vanneschi, L., & Silva, S. (2023). Decision Tree Learning. In Lectures on Intelligent Systems (pp. 149-159). (Natural Computing Series). Springer, Cham. https://doi.org/10.1007/978-3-031-17922-8_6",
year = "2023",
month = jan,
day = "13",
doi = "10.1007/978-3-031-17922-8_6",
language = "English",
isbn = "978-3-031-17921-1",
series = "Natural Computing Series",
publisher = "Springer, Cham",
pages = "149--159",
booktitle = "Lectures on Intelligent Systems",
}