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

https://github.com/rudra00434/logisticregression_model_iris-dataset_hypertuning

Trained a Logistic regression model on iris dataset (hypertuning wth GridSearch_CV )
https://github.com/rudra00434/logisticregression_model_iris-dataset_hypertuning

classification-algorithm iris-dataset logistic-regression machine-learning machine-learning-algorithms sklearn supervised-learning

Last synced: about 1 month ago
JSON representation

Trained a Logistic regression model on iris dataset (hypertuning wth GridSearch_CV )

Awesome Lists containing this project

README

          

# LogisticRegression_Model_Iris-dataset_HyperTuning
Trained a Logistic regression model on iris dataset
## Logistic Regression with Hyperparameter Tuning on Iris Dataset

## Overview
A binary classification project using Logistic Regression to distinguish *versicolor* vs *virginica* Iris species, with **Exploratory Data Analysis** and **GridSearchCV hyperparameter tuning**.

## Key Steps
- Data cleaning & filtering
- EDA: Pairplot, correlation heatmap, histograms, boxplots, violin plots
- Logistic Regression with **GridSearchCV** (5-fold CV) tuning:
- `penalty`, `C`, `solver`, `max_iter`
- Model evaluation: test accuracy, classification report

## Results
- **Best Hyperparameters**: *(fill with your best_params_ output)*
- **Test Accuracy**: *(fill in score)*
- **Classification Report**:
Screenshot (242)

# Visuals of EDA and Histograms and Correlation Heatmaps-violin plots
Screenshot (237)
Screenshot (239)
Screenshot (241)
Screenshot (240)