This is the first class topic of Machine Learning at TPAA6 discipline at IFSP-CJO.
Simple example of Machine Learning with DecisionTreeClassifier of scikit-learn library using Iris Dataset.
$ pip install -U matplotlib
$ pip install -U scikit-learnTo use <project_name>, follow these steps:
Step 1
- Open the iris-scikitlearn.ipynb file on Jupyter Lab and run it.
Step 2
- Execute the model analysis script to get the performance of Decision Tree
- Fork this repository.
- Create a branch:
$ git checkout -b <branch_name> - Make your changes and commit them:
$ git commit -m '<commit_message>' - Push to the original branch:
$ git push origin <project_name>/<location> - Create the pull request of the fork branch to our
master.
Based on Flavio Souza class check his disciplines at web profile.
|
Lucas Ventura 💻 📖 |

