About 7,320 results
Open links in new tab
  1. Decision tree - Wikipedia

    A decision tree is a decision support recursive partitioning structure that uses a tree-like model of decisions and their possible consequences, including chance event outcomes, resource costs, and …

  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.

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

    Sep 22, 2025 · Explore the fundamentals of decision trees in our complete guide. Understand how and why they work, plus learn to create them with decision tree examples.

  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 …

  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. What is a Decision Tree Diagram - Lucidchart

    What is a decision tree? A decision tree is a map of the possible outcomes of a series of related choices. It allows an individual or organization to weigh possible actions against one another based on their …

  7. Decision Tree Algorithm - Analytics Vidhya

    May 1, 2025 · A decision tree is a tree-like structure that represents a series of decisions and their possible consequences. It is used in machine learning for classification and regression tasks.

  8. Decision Tree Algorithm overview explained - TowardsMachineLearning

    A Decision Tree is a tree-like graph with nodes representing the place where we pick an attribute and ask a question; edges represent the answers to the question, and the leaves represent the actual …

  9. 6.4 Decision Trees - Principles of Data Science | OpenStax

    They are simple structures to understand and create, inspired by the way our minds make choices. Decision trees break down decisions into a series of straightforward choices, much like following a …

  10. What Is a Decision Tree? (Definition, When to Use) | Built In

    Jun 3, 2025 · Summary: A decision tree is a supervised machine learning algorithm that breaks down data into variables to guide decision-making. It's used in business to map product plans, choose …