Skip to content

lucasvma/scikit-learn-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start at Machine Learning with Scikit-Learn

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.


Scatter Plot with Matlablib

Decision Tree Result


Build With


Instalation

$ pip install -U matplotlib
$ pip install -U scikit-learn

Usage

To use <project_name>, follow these steps:

Step 1

Step 2

  • Execute the model analysis script to get the performance of Decision Tree

Contributing

  1. Fork this repository.
  2. Create a branch: $ git checkout -b <branch_name>
  3. Make your changes and commit them: $ git commit -m '<commit_message>'
  4. Push to the original branch: $ git push origin <project_name>/<location>
  5. Create the pull request of the fork branch to our master.

References

Based on Flavio Souza class check his disciplines at web profile.


Contributors


Lucas Ventura

💻 📖

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors