Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahimanaeem/codsoft-datascience
Iris Flower Classification Project - Internship at CodSoft
https://github.com/rahimanaeem/codsoft-datascience
data-science internship-project iris-classification jupyter-notebook machine-learning-algorithms python svm-classifier
Last synced: 7 days ago
JSON representation
Iris Flower Classification Project - Internship at CodSoft
- Host: GitHub
- URL: https://github.com/rahimanaeem/codsoft-datascience
- Owner: RahimaNaeem
- Created: 2023-09-10T14:47:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-23T16:03:23.000Z (3 months ago)
- Last Synced: 2024-08-23T17:53:07.214Z (3 months ago)
- Topics: data-science, internship-project, iris-classification, jupyter-notebook, machine-learning-algorithms, python, svm-classifier
- Language: Jupyter Notebook
- Homepage: https://codsoft.in/
- Size: 553 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**CodSoft-DataScience-Internship**
## Iris Flower Classification Project### Project Description
This project uses the Iris dataset to develop a machine learning model that classifies Iris flowers into three species: setosa, versicolor, and virginica. The workflow includes data exploration, preprocessing, visualization, and model training using a Support Vector Machine (SVM). The project also features a user interaction component for predicting species based on input measurements.
**Key steps:**
1. Import and explore data.
2. Preprocess and encode data.
3. Visualize data relationships.
4. Split data into training and testing sets.
5. Train and evaluate an SVM model.
6. Allow user predictions based on flower measurements.