Stars
Loan prediction using Random Forest, Decision tree, SMOTE and SMOTETOMEK techniques.
load a dataset using Pandas and apply the following classification methods (KNN, Decision Tree, SVM, and Logistic Regression) to find the best one by accuracy evaluation methods (Jaccard, F1-score,…