- pandas
- scikit-learn (sklearn)
- matplotlib
- seaborn
- logistic regression
- train test split
- cross validation
Accuracy :100.00% for C = 2
for training dataAccuracy :100.00% for C = 2
for test data
precision recall f1-score support
0 1.00 1.00 1.00 10
1 1.00 1.00 1.00 16
2 1.00 1.00 1.00 12
accuracy 1.00 38
macro avg 1.00 1.00 1.00 38
weighted avg 1.00 1.00 1.00 38