About 1,230,000 results
Open links in new tab
  1. Decision tree learning - Wikipedia

    Decision tree learning is a supervised learning approach used in statistics, data mining and machine learning. In this formalism, a classification or regression decision tree is used as a predictive model …

  2. Decision Tree - GeeksforGeeks

    Jun 30, 2025 · A Decision Tree helps us to make decisions by mapping out different choices and their possible outcomes. It’s used in machine learning for tasks like classification and prediction. In this …

  3. What is a decision tree? - IBM

    What is a decision tree? A decision tree is a non-parametric supervised learning algorithm, which is utilized for both classification and regression tasks. It has a hierarchical, tree structure, which …

  4. 1.10. Decision Trees — scikit-learn 1.8.0 documentation

    Decision Trees (DTs) are a non-parametric supervised learning method used for classification and regression. The goal is to create a model that predicts the value of a target variable by learning s...

  5. Decision Trees in Machine Learning: Two Types (+ Examples)

    Sep 17, 2025 · Decision trees are a supervised learning algorithm often used in machine learning. Explore what decision trees are and how you might use them in practice. Trees are a common …

  6. Decision Tree Algorithm overview explained - TowardsMachineLearning

    Decision Tree is a robust machine learning algorithm that also serves as the building block for other widely used and complicated machine learning algorithms like Random Forest, XGBoost, AdaBoost …

  7. Decision Trees: The First Step Toward Ensemble Learning

    In this article, our AI engineer with a PhD, Oleh Sinkevich, explains what decision trees are, why they matter in modern machine learning, and how to build a decision tree model from scratch with …

  8. Decision Tree Algorithm - Analytics Vidhya

    May 1, 2025 · A decision tree, which has a hierarchical structure made up of root, branches, internal, and leaf nodes, is a non-parametric supervised learning approach used for classification and …

  9. Decision Trees Complete Guide [How To, 5 Types & Alternatives]

    May 22, 2024 · Decision trees are versatile and intuitive machine learning models for classification and regression tasks. It represents decisions and their possible consequences, including chance event …

  10. A Survey of Decision Trees: Concepts, Algorithms, and Applications

    Abstract: Machine learning (ML) has been instrumental in solving complex problems and significantly advancing different areas of our lives. Decision tree-based methods have gained significant …