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
SVM, KNN, Logistic Regression, Random Forest, Naive Bayes
Selection models technique
Learning curve
Validation Curve
Both use Stratified KFold cross validation by default
Metrics
Accuracy, Precision, Recall, F1 Score, and AUC ROC score
Conclusion
KNN performs better most of the time. It gave a better accuracy of almost 64% with auc roc score of
0.90 as compare to other five models. Analyzed overfitting, underfitting, variance, and bias too.