Skip to content

ShraddhaSharma3/Iris-Dtaset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Iris Classification using Logistic Regression

This repository contains a simple machine learning project that demonstrates how to train and evaluate a Logistic Regression model using the Iris dataset from scikit-learn.


πŸ“Œ Project Description

The project follows a complete basic machine learning pipeline:

  1. Import required libraries
  2. Load the Iris dataset
  3. Split the data into training and testing sets
  4. Standardize features
  5. Train a Logistic Regression model
  6. Evaluate the model using accuracy and a classification report

πŸ“Š Dataset

  • Name: Iris Dataset
  • Source: Built-in dataset from scikit-learn
  • Classes:
    • Setosa
    • Versicolor
    • Virginica
  • Features:
    • Sepal length
    • Sepal width
    • Petal length
    • Petal width

πŸ› οΈ Requirements

  • Python 3.x
  • scikit-learn

Install dependencies with:

pip install scikit-learn

About

A basic model of ML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors