Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radoslawregula/iris-classification

Jupyter notebook implementing an efficient machine learning method to classify flowers from the Iris data set.
https://github.com/radoslawregula/iris-classification

classification iris-dataset jupyter-notebook machine-learning python scikit-learn softmax-classifier

Last synced: about 2 months ago
JSON representation

Jupyter notebook implementing an efficient machine learning method to classify flowers from the Iris data set.

Awesome Lists containing this project

README

        

# Classification of Iris flowers with extended data preprocessing

Python code offering a method to efficiently classify data from the Iris set. Data preprocessing step was extended
in comparison to the original version because of simulated faultiness of gathered data.

Scikit-learn library was used to prepare data as well as implement and evaluate machine learning models.