https://github.com/salihfurkaan/iris-flower-analysis
An analysis on Iris dataset of Scikit learn
https://github.com/salihfurkaan/iris-flower-analysis
data-science decision-trees iris-dataset linear-regression logistic-regression machine-learning machine-learning-algorithms scikitlearn-machine-learning support-vector-machines svm-classifier
Last synced: 4 months ago
JSON representation
An analysis on Iris dataset of Scikit learn
- Host: GitHub
- URL: https://github.com/salihfurkaan/iris-flower-analysis
- Owner: salihfurkaan
- License: apache-2.0
- Created: 2024-05-05T21:44:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T09:53:19.000Z (about 1 year ago)
- Last Synced: 2024-12-28T05:16:28.554Z (6 months ago)
- Topics: data-science, decision-trees, iris-dataset, linear-regression, logistic-regression, machine-learning, machine-learning-algorithms, scikitlearn-machine-learning, support-vector-machines, svm-classifier
- Language: Jupyter Notebook
- Homepage:
- Size: 1.03 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iris Flower Analysis and Machine Learning Models for Prediction
Click here to see the utilized dataset!
What is Iris?
Iris is a flowering plant genus of 310 accepted species with showy flowers. As well as being the scientific name, iris is also widely used as a common name for all Iris species, as well as some belonging to other closely related genera. A common name for some species is flags, while the plants of the subgenus Scorpiris are widely known as junos, particularly in horticulture. It is a popular garden flower.
In this project; Versicolor, Virginica and Setosa were used

Used Python Libraries
* Scikit-learn for cross validation, ML models, dataset and calculating mean squared error
* Pandas for converting arrays into data frames and some operations
* Matplotlib for data visualization
* Seaborn for data visualization
* Numpy for array-wise operations
Used Machine Learning Models
* Linear Regression
* Logistic Regression
* Decision Tree
* Support Vector Machines
* Random ForestPlots




