cart-algorithm
There are 19 repositories under cart-algorithm topic.
milaan9/Python_Decision_Tree_and_Random_Forest
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 sample. All the steps have been explained in detail with graphics for better understanding.
FilipWozniak/CART
Classification And Regression Trees (CART) algorithm is a classification algorithm for building a decision tree based on Gini's impurity index as splitting criterion.
ajayrandhawa/Ionic-Cart-System
Ionic cart system is a program which shows how we create cart management system using Ionic3. In this, we show different functionality like add products to cart, increment, and decrement product quantity, delete the product from the cart, show item count in cart. In this tutorial, we using static function & static cart list to perform all this operation.
ljmdeb/GSTA
Replacing a Black-box model by a Global Single Tree Approximation
ahirsharan/CART_DecisionTree
Decision Tree Classification via CART Algorithm
Mohamed-Samy26/Service-Cancellation-Predictor
Machine learning based system that can predict service cancellation for a business based on its dataset using 5 models
NourAyman10/ServiceCancellationPredictor
Service Cancellation Predictor Project
WarriorsSami/reddit_lens
Reddit Lens is a ML based proof of concept project for detecting trolls and bots on subreddits.
avhn/deu-bil3003-ps2
Decision tree generation with CART algorithm (Introduction to Data Mining / Problem set 2)
Anass-23/Predictor-de-matricula
📚🚀 Empowering UPC's academic planning with ML! Predict enrollments precisely, optimize resources, and enhance efficiency. Check out this project!
ciriatico/DT-RF-Algorithms
Projeto 1 de Fundamentos de Sistemas Inteligentes (FSI), disciplina ofertada na Universidade de Brasília (UnB) no semestre 2022.1. Implementação de algoritmos de Decision Tree e Random Forest.
cja5553/socio-cultural-behavioral-traits-and-covid19
Cite as: Alba C, M Mittal "Socio-cultural behavioral traits in modeling the prediction of COVID-19 infection rates" Journal of Humanities and Applied Social Sciences Vol. 3 No. 5, pp. 339-355.
Hardchik/go-cart
Go package for CART Algorithm Implementation for Machine Learning
marinafajardo/prevendo-nivel-satisfacao
Prevendo o Nível de Satisfação dos Clientes do Santander.
MininduSenadheera/Fundements-of-Data-Mining
Labs done in Fundamentals of Data Mining Module in Y3S2 in SLIIT
prachi220/Urbanisation-Estimation
M.Tech Project
aksenyuk/labeling-function-analysis
Labeling Function Analysis that also helps checking fairness of data patterns
ssp4all/Data-Mining
This Repo contains all the code related to the (Data Mining and Business Intelligence)DMBI.
stillbigjosh/decision-tree-cart
Implementation of Decision Tree CART algorithm