About 1,020,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. 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 …

  3. 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...

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

  6. Decision Tree Algorithm - Analytics Vidhya

    May 1, 2025 · A decision tree algorithm is a machine learning algorithm that uses a decision tree to make predictions. It follows a tree-like model of decisions and their possible consequences.

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

  8. What is a decision tree? [Practical examples & use cases 2026]

    Sep 22, 2025 · Decision trees power everything from project workflows to predictive models, supporting both classification and regression tasks. They’re easy to build and interpret. You can sketch one …

  9. Decision Trees Algorithm in Machine Learning - Online Tutorials Library

    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 …

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