About 15,100,000 results
Open links in new tab
  1. Decision Tree Algorithms - GeeksforGeeks

    Nov 8, 2025 · Decision trees are widely used machine learning algorithms and can be applied to both classification and regression tasks. They work by splitting data based on feature values, forming a …

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

    Decision-tree learners can create over-complex trees that do not generalize the data well. This is called overfitting. Mechanisms such as pruning, setting the minimum number of samples required at a leaf …

  3. Decision Trees Algorithm in Machine Learning - Online Tutorials …

    The decision tree algorithm is a hierarchical tree-based algorithm that is used to classify or predict outcomes based on a set of rules. It works by splitting the data into subsets based on the values of …

  4. 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 …

  5. Decision Tree Algorithm - Analytics Vidhya

    May 1, 2025 · Decision trees are a simple machine learning tool used for classification and regression tasks. They break complex decisions into smaller steps, making them easy to understand and …

  6. 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 …

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

    Sep 17, 2025 · In machine learning, a decision tree is an algorithm that can create classification and regression models. The decision tree is so named because it starts at the root, like an upside-down …

  8. Decision Trees Explained: How to Build a Classical Machine Learning

    Decision trees, which form the foundation of one of the most effective algorithms for tabular data — XGBoost — are a prime example of how classical machine learning models lay the groundwork for …

  9. Construct a decision tree given an order of testing the features. Determine the prediction accuracy of a decision tree on a test set. Compute the entropy of a probability distribution. Compute the expected …

  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 …