Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.01 KB

quickstart.md

File metadata and controls

46 lines (33 loc) · 1.01 KB

⚡️ Quickstart

An overiew and guide to setup

Clone

git clone https://github.com/kaleoyster/decision-tree-viz.git

Run requirements.txt

pip install -r requirements.txt

Run the decision tree model

python3 src/decision_tree.py

Run http server

python -m http.server

View visualization

Serving HTTP on :: port 8000 (http://[localhost]:8000/) ...

👉 Additional references

Document Documentation type Description
Quickstart Concept An overview and guide to setup this project
Methodology Concept, Task Simplest possible method of implementing your API
Functions Reference List of references for the functions used
Related Projects Reference List of projects related to this repository