Skip to content

this repository is created to learn how implement Decision Tree for classification on specific purpose

License

Notifications You must be signed in to change notification settings

cahyoardhi/decision-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decision-tree

this repository is created to learn how implement Decision Tree for classification on specific purpose

Requirements:

python = as Programming language

pandas = as data manipulation

matplotlib = as data visualization

seaborn = as data visualization too (Require import matplotlib to use this module)

numpy = for matrix manipulation

sklearn = as Decision Tree algorithm framework

jupyterlab = as IDE

you can install all in once by using this step, but you must install python 3.x.x first!:

  1. open terminal / cmd inside this file directory, then type this following syntax
  2. pip install -r requirements.txt
  3. that all, enjoy!

About

this repository is created to learn how implement Decision Tree for classification on specific purpose

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published