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
Built a classifier to predict whether a loan case will be paid off or not. Used classification algorithms (k-Nearest Neighbour, Decision Tree, Support Vector Machine, Logistic Regression). Each result is reported with the accuracy of each classifier (Jaccard index, F1-score, LogLoass)
build a classifier to predict whether a loan case will be paid off or not. in loan applications, clean the data, and apply different classification algorithm on the data. use the following algorithms to build your models: k-Nearest Neighbour Decision Tree Support Vector Machine Logistic Regression The results is reported as the accuracy of each …