You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a Gaussian Naïve Bayes classifier on the Iris dataset using scikit-learn. It achieves high accuracy in classifying iris species based on petal and sepal measurements.Evaluates model performance with: Accuracy Score Confusion Matrix (with heatmap) Classification Report 5-Fold Cross-Validation ,Test Accuracy: ~95%