03 February 2020

Decision Tree on Spyder (Anaconda) - Python 3.7

1. Install Anaconda in Ubuntu (previous post)

conda install -c anaconda anaconda-navigator

2. Install these library for decision tree

pip install sklearn
conda install pandas       # i can use pip
pip install pydotplus
pip install matplotlib
conda install python-graphviz

3. Go to Anaconda Navigator

anaconda-navigator

4. Follow the tutorial
https://scikit-learn.org/stable/modules/tree.html
Share:

0 komentar:

Post a Comment

Blog Archive