vamc-stash / Decision-Tree

Implements Decision tree classification and regression algorithm from scratch in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decision-Tree

This repo implements Decision Tree Classification and Regression algorithms from scratch in Python.

Please read the blog that goes with code.

Installations

# Create and activate new virtual environment (optional)
python -m venv dt-venv
source dt-venv/bin/activate

# To deactivate virtual environment knn
deactivate

# Install requirements
pip install -r requirements.txt

About

Implements Decision tree classification and regression algorithm from scratch in Python.


Languages

Language:Python 98.6%Language:C 0.8%Language:C++ 0.3%Language:HTML 0.1%Language:JavaScript 0.1%Language:Jupyter Notebook 0.1%Language:Fortran 0.0%Language:CSS 0.0%Language:Shell 0.0%Language:Smarty 0.0%