Trained a Logistic regression model on iris dataset
A binary classification project using Logistic Regression to distinguish versicolor vs virginica Iris species, with Exploratory Data Analysis and GridSearchCV hyperparameter tuning.
- 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
- Best Hyperparameters: (fill with your best_params_ output)
- Test Accuracy: (fill in score)
- Classification Report: