/decision-tree

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

Primary LanguageJupyter NotebookMIT LicenseMIT

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!