decision-tree topic

List decision-tree repositories

decision-trees-for-ml

62
Stars
51
Forks
Watchers

Building Decision Trees From Scratch In Python

kdd99-scikit

58
Stars
23
Forks
Watchers

Solutions to kdd99 dataset with Decision tree and Neural network by scikit-learn

data-science-popular-algorithms

104
Stars
35
Forks
Watchers

Data Science algorithms and topics that you must know. (Newly Designed) Recommender Systems, Decision Trees, K-Means, LDA, RFM-Segmentation, XGBoost in Python, R, and Scala.

Soft-Decision-Tree

95
Stars
19
Forks
Watchers

PyTorch Implementation of "Distilling a Neural Network Into a Soft Decision Tree." Nicholas Frosst, Geoffrey Hinton., 2017.

Decision_Tree_Prune

67
Stars
34
Forks
Watchers

Decision Tree with PEP,MEP,EBP,CVP,REP,CCP,ECP pruning algorithms,all are implemented with Python(sklearn-decision-tree-prune included,All are finished).

Rule_Extraction_from_Trees

38
Stars
7
Forks
Watchers

A toolkit for extracting comprehensible rules from tree-based algorithms

Get started with the development of real-world applications that are powered by the latest AI advances

Data-Mining-and-Warehousing

22
Stars
13
Forks
Watchers

Data Mining algorithms for IDMW632C course at IIIT Allahabad, 6th semester

Machine_Learning_From_Scratch

15
Stars
8
Forks
Watchers

Machine Learning models from scratch with a better visualisation

Machine-Learning-Models

32
Stars
11
Forks
Watchers

In This repository I made some simple to complex methods in machine learning. Here I try to build template style code.