Skip to content

Python code working on the iris dataset using the scikit-learn library (learning purposes)

Notifications You must be signed in to change notification settings

TxusLopez/iris4py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

iris4py

Python code for iris dataset for learning purposes

Here you can find a basic example about how to use sci-kit learn library in Python. The code uses basic data analysis techniques such as: decision tree, SVM, Naive Bayes, Logistic regression, Random forest and Ada Boost, all of them trying to classify the instances. In each case, the code shows the results in several ways: score, classification report, confusion matrix and learning curve.

About

Python code working on the iris dataset using the scikit-learn library (learning purposes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages