decisiontree
There are 56 repositories under decisiontree topic.
TeFuirnever/Machine-Learning-in-Action
⚡️⚡️⚡️《机器学习实战》代码(基于Python3)🚀
kafisatz/DecisionTrees.jl
Julia Decision Tree Algorithms for Regression
hansbrough/question-tree-react
Example use of the npm "question-tree-core" package within a simple React app
ParimalA24-DS/DATASCIENTISTMLINTERVIEWPREP24
DATASCIENTST ML INTERVIEW PREP24
radityawiguna/Spark-Mllib-Telco
Prediction of Customer Churn using Spark Mllib
ParimalA24-DS/DATA-SCIENCE-INTERNSHIP-PROJECT
DATA-SCIENCE-INTERNSHIP-PROJECT
Namratha2301/IntrusionDetection
Intrustion Detection Models based on Internet Traffic Data obtained from the NSL-KDD Dataset
zhengpeitao/tree2rule
基于决策树生成可视化规则。generate visualization rules based on decision trees.
ImperialCollegeLondon/LTBIscreeningproject
:tv: Latent tuberculosis screening cost-effectiveness analysis
leolautens/DecisionTree
Project developed in the Data Structure Class module 2. Binary Search Tree & Decision game
Mishaa931/Truth-Guard
This repository contains code for evaluating different machine learning models for classifying fake news. The dataset used for this evaluation consists of labeled news articles as either "REAL" or "FAKE". Three popular classifiers, Support Vector Machine (SVM), Decision Tree, and Logistic Regression, are trained and evaluated on this dataset.
shivamnegi92/Big-Data-and-Intelligence-Analytics
Analyzing IBM HR Analytics Employee Attrition & Performance using Decision Tree and Keras Deep Learning
272006Sakshi/Machine-Learning-Projects
A collection of essential machine learning algorithms implemented from scratch and with libraries. Ideal for students and beginners to understand core ML concepts through hands-on examples.
AhmedHatemS/EMNIST-EnglishLetters-OCR-DT-RF
EMNIST English letters OCR machine learning model using Random Forests (RF) and Decision Trees (DT) algorrithms.
atelila/Decisiontree_from_scratch
Machine Learning Project for course INF264
DataSenseiAryan/DecisionTreeClustering
Decision Trees but for segmentation!!!!
Dkaban/Brute-Force-Tree-Balance
This is a repository for balancing a Binary Search Tree using a brute force recursive algorithm.
Infinitode/Scikit-learn-DecisionTreeClassifier-Updater
An open-source tool to convert older Scikit-learn DecisionTreeClassifier models to the newer version.
juhijj/Covid-19-Analysis
Analysis of Covid-19 date using machine learning models - Decision Tree, Logistic Regression, Neural Networks, Predictive Mining, Association mining, Clustering.
mchamochin1/SDGs-interlinks-with-Climate-Change-Energy-Transition
Connecting the Sustainable Development Goals with climate change and the energy transition
PedrooFelix/AMBEV-Case
Retrieving Insights - Hypothesis Tests - Logistic Regression - Churn - Model - Python - DecisionTreeRegression
SheemaMasood381/Oasis-Infobyte_Internship-October-2024
Oasis Infobyte October 2024 Internship projects: IRIS Flower Classification, Car Price Estimator, and Sales Prediction Analysis using Python, machine learning, and Flask web apps.
Tapaswini98/The-Sparks-Foundations-DS
These are the tasks provided by The Sparks Foundation for the #GRIPNOV20 for Data Analysis internship.
AkshitRampershad/HEARTBEAT-PREDICTION-MODEL-USING-MACHINE-LEARNING-
Heartbeat prediction model
ApurvaDatkhile/Artificial-Intelligence
Decision tree from scratch
aryamaansaha/employeeattrition
This repository contains code that was used to predict employee attrition using machine learning methods.
mohammad95labbaf/Churn-Prediction
This project aims to predict customer churn using machine learning algorithms. The project includes data preprocessing, feature engineering, and model evaluation.
wengnong/sleepify-sleep-disorder-app
Sleepify, a sleep disorder web-based application that helps user to detect potential sleep disorders using machine learning.
YahuiZhou3275/Text-Sentiment-Analysis-in-NLP
Data Mining Project
hema123-4/smart-heart-disease-detection
heart disease detection using different ML algorithms Like SVM ,KNN, Ensemble method ,decision tree,LR
imehranasgari/ML-Classification-DecisionTree-01
This project applies a **Decision Tree Classifier** to predict whether a user will purchase a product based on social network ad data. The dataset contains user attributes such as **age** and **estimated salary**, and the binary target variable indicates whether the product was purchased (`1`) or not (`0`).
imehranasgari/ML-Classification-DecisionTree-02
This project uses a Decision Tree Classifier to predict the appropriate drug for a patient based on features like age, sex, blood pressure, cholesterol, and Na-to-K ratio. It explores interpretable, rule-based decision-making in medical recommendation systems.
imehranasgari/ML-Classification-DecisionTree-regression-01
This project demonstrates the use of a **Decision Tree Regressor** to model and predict salaries based on job position levels. The objective is to explore how **non-linear regression** using decision trees can capture complex patterns in small datasets and make predictions that adapt to data granularity.