About 3,420,000 results
Open links in new tab
  1. Machine Learning Project 15 — Decision Tree Classifier - Medium

    Sep 15, 2019 · We have implemented the project so far using Logistic Regression, KNN, SVM with linear kernel, SVM with rbf kernel and Naive Bayes classifier. Let’s explore our dataset. It …

  2. Decision Tree in Machine Learning - GeeksforGeeks

    Apr 8, 2025 · Decision trees are versatile, interpretable, and widely used in machine learning for predictive modeling. Now we have covered about the very basic of decision tree but its very …

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

    Feb 10, 2025 · Decision trees in machine learning provide an effective decision-making method because they lay out the problem and all the possible outcomes. It enables developers to …

  4. Machine learning projects using SVM, Decision Trees, KNN, and …

    Machine learning projects using SVM, Decision Trees, KNN, and Random Forest. This repository contains multiple machine learning projects where different algorithms like SVM, Decision …

  5. Python Machine Learning Decision Tree - W3Schools

    In this chapter we will show you how to make a "Decision Tree". A Decision Tree is a Flow Chart, and can help you make decisions based on previous experience. In the example, a person will …

  6. Python | Decision tree implementation - GeeksforGeeks

    May 14, 2024 · In this article, We are going to implement a Decision tree in Python algorithm on the Balance Scale Weight & Distance Database presented on the UCI. A Decision tree is a …

  7. Decision Tree - GeeksforGeeks

    Jan 16, 2025 · Decision tree is a simple diagram that shows different choices and their possible results helping you make decisions easily. This article is all about what decision trees are, how …

  8. Machine Learning Project 5: Predict Salary using Decision Tree

    Sep 5, 2019 · Today we will be looking at the one of the most popular regression models called Decision Tree. I will be solving the same problem about predicting salary of a new employee …

  9. Decision Trees in Machine Learning (Build One from Scratch)

    Dec 5, 2022 · Decision Trees represent one of the most popular machine learning algorithms. Here, we'll briefly explore their logic, internal structure, and even how to create one with a few …

  10. decision-tree-algorithm · GitHub Topics · GitHub

    Dec 9, 2022 · I've demonstrated the working of the decision tree-based ID3 algorithm. Use an appropriate data set for building the decision tree and apply this knowledge to classify a new …

  11. Some results have been removed