All Projects → lucksd356 → DecisionTrees

lucksd356 / DecisionTrees

Licence: MIT license
A python implementation of the CART algorithm for decision trees

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DecisionTrees

Awesome Decision Tree Papers
A collection of research papers on decision, classification and regression trees with implementations.
Stars: ✭ 1,908 (+4921.05%)
Mutual labels:  cart, decision-tree, classification-trees
decision-trees-for-ml
Building Decision Trees From Scratch In Python
Stars: ✭ 61 (+60.53%)
Mutual labels:  cart, decision-tree
Soft-Decision-Tree
PyTorch Implementation of "Distilling a Neural Network Into a Soft Decision Tree." Nicholas Frosst, Geoffrey Hinton., 2017.
Stars: ✭ 67 (+76.32%)
Mutual labels:  decision-tree, classification-trees
callGraph
A multi-language tool which parses source code for function definitions and calls
Stars: ✭ 50 (+31.58%)
Mutual labels:  graphviz
cartify
Shopping Cart implementation to serve as a shell for building e-commerce apps | Angular 7, Node.js, MongoDB
Stars: ✭ 22 (-42.11%)
Mutual labels:  cart
storefront-app
Storefront by Fleetbase is an open source hyperlocal shopping or services app. Enables users to quickly launch their own shop or service booking app or setup a multi-vendor marketplace.
Stars: ✭ 40 (+5.26%)
Mutual labels:  cart
redot
Graphviz dot file processor powered by plugins based on @unifiedjs
Stars: ✭ 60 (+57.89%)
Mutual labels:  graphviz
jupyter-notebooks
Jupyter Notebooks and miscellaneous
Stars: ✭ 51 (+34.21%)
Mutual labels:  decision-tree
Machine Learning From Scratch
Machine Learning models from scratch with a better visualisation
Stars: ✭ 15 (-60.53%)
Mutual labels:  decision-tree
sqlw-mysql
Wrapper code (or any text source) generator for MySQL databases and queries
Stars: ✭ 45 (+18.42%)
Mutual labels:  graphviz
svelte-commerce
Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Stores, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, Typescript, Open Source, MIT license. 1 command deploy to your own server, 1 click deploy to netlify.
Stars: ✭ 695 (+1728.95%)
Mutual labels:  cart
sklearn-oblique-tree
a python interface to OC1 and other oblique decision tree implementations
Stars: ✭ 33 (-13.16%)
Mutual labels:  decision-tree
SentimentAnalysis
(BOW, TF-IDF, Word2Vec, BERT) Word Embeddings + (SVM, Naive Bayes, Decision Tree, Random Forest) Base Classifiers + Pre-trained BERT on Tensorflow Hub + 1-D CNN and Bi-Directional LSTM on IMDB Movie Reviews Dataset
Stars: ✭ 40 (+5.26%)
Mutual labels:  decision-tree
call-graph
Capture execution and create dependency graphs.
Stars: ✭ 16 (-57.89%)
Mutual labels:  graphviz
graph
modern mathematical graph/network library written in PHP
Stars: ✭ 12 (-68.42%)
Mutual labels:  graphviz
daglib
Directed Acyclic Graphs With Modern Fortran
Stars: ✭ 20 (-47.37%)
Mutual labels:  graphviz
j2
j2 is a minimalist concatenative programming language that makes up for its simplicity by its ability to natively bind with C libraries' ABI *and types*, *without glue*
Stars: ✭ 37 (-2.63%)
Mutual labels:  graphviz
ipydagred3
ipywidgets library for drawing directed acyclic graphs in jupyterlab using dagre-d3
Stars: ✭ 38 (+0%)
Mutual labels:  graphviz
bonsai-dt
Programmable Decision Tree Framework
Stars: ✭ 34 (-10.53%)
Mutual labels:  decision-tree
visualsc
A simplicial complex and hypergraph visualization tool similar to Graphviz.
Stars: ✭ 31 (-18.42%)
Mutual labels:  graphviz

CART For Decision Trees

This is a python implementation of the CART algorithm for decision trees based on Michael Dorner's code, https://github.com/michaeldorner/DecisionTrees.

Summary of code changes
  1. Fixed a bug on lines 96 & 97 of the original code
  2. Added the option to read feature names from a header line
  3. Use the pydotplus package to generate a GraphViz dot script for the decision tree
Requirements
GraphViz plot of the classification tree for the Fisher irises data

gini tree plot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].