+**Decision Trees** are predictive models that map observations about an item to conclusions about the item's target value. They use a tree-like structure of decisions and their possible consequences, creating a powerful tool in [Machine Learning](/wiki/machine_learning) for [Classification](/wiki/classification) and regression tasks.
+## See also
+- [Random Forest](/wiki/random_forest)
+- [Supervised Learning](/wiki/supervised_learning)
+- [Data Mining](/wiki/data_mining)
... 1 more lines