decisiontree
There are 52 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
radityawiguna/Spark-Mllib-Telco
Prediction of Customer Churn using Spark Mllib
ParimalA24-DS/DATASCIENTISTMLINTERVIEWPREP24
DATASCIENTST ML INTERVIEW PREP24
Namratha2301/IntrusionDetection
Intrustion Detection Models based on Internet Traffic Data obtained from the NSL-KDD Dataset
ParimalA24-DS/DATA-SCIENCE-INTERNSHIP-PROJECT
DATA-SCIENCE-INTERNSHIP-PROJECT
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
shivamnegi92/Big-Data-and-Intelligence-Analytics
Analyzing IBM HR Analytics Employee Attrition & Performance using Decision Tree and Keras Deep Learning
AhmedHatemS/EMNIST-EnglishLetters-OCR-DT-RF
EMNIST English letters OCR machine learning model using Random Forests (RF) and Decision Trees (DT) algorrithms.
AnuragSChatterjee/CodeAcademy-Machine-Learning-In-Python-Project-Find-The-Country-Flag
In this project, I've used decision trees to try to predict the continent of flags based on several of features such as colours and shapes
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.
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
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.
PedrooFelix/AMBEV-Case
Retrieving Insights - Hypothesis Tests - Logistic Regression - Churn - Model - Python - DecisionTreeRegression
Tapaswini98/The-Sparks-Foundations-DS
These are the tasks provided by The Sparks Foundation for the #GRIPNOV20 for Data Analysis internship.
ApurvaDatkhile/Artificial-Intelligence
Decision tree from scratch
aryamaansaha/employeeattrition
This repository contains code that was used to predict employee attrition using machine learning methods.
Athari22/Classification-with-Python
IBM Project
mohammad95labbaf/Churn-Prediction
This project aims to predict customer churn using machine learning algorithms. The project includes data preprocessing, feature engineering, and model evaluation.
Parth-Kacheria/Halloween-Candy-Sales-Predictions
A Python Machine Learning Project designed to predict Halloween Candy sales for a company based on historical data
pgrondein/GHG_emission_prediction
Consumption and emissions prediction from non-residential buildings in Seattle.
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
alexanderulanch/kaggle_titanic_classifier
This is a classifier for the Titanic Kaggle competition. The goal of the competition is to predict whether a passenger survived the sinking of the Titanic based on various features such as age, sex, and passenger class.
crosstherubicon/Churn_Prediction
Churn prediction using Random Forest and Decision Tree Classifiers.
hema123-4/smart-heart-disease-detection
heart disease detection using different ML algorithms Like SVM ,KNN, Ensemble method ,decision tree,LR
Infinitode/Scikit-learn-DecisionTreeClassifier-Updater
An open-source tool to convert older Scikit-learn DecisionTreeClassifier models to the newer version.