Peer-graded Assignment: The best classifier
Submit by Oct 31, 11:59 PM PDTiIt looks like this is your first peer-graded assignment.
Learn moreSubmit your assignment soonEven though your assignment is due on Oct 31, 11:59 PM PDT, try to submit it 1 or 2 days early if you can. Submitting early gives you a better chance of getting the peer reviews you need in time.
Instructions
My submission
Discussions
Now that you have been equipped with the skills to use different Machine Learning algorithms, over the course of five weeks, you will have the opportunity to practice and apply it on a dataset. In this project, you will complete a notebook where you will build a classifier to predict whether a loan case will be paid off or not.
You load a historical dataset from previous loan applications, clean the data, and apply different classification algorithm on the data. You are expected to 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 classifier, using the following metrics when these are applicable:
Jaccard index
F1-score
LogLoass
Review criteria
less
This final project will be graded by your peers who are completing this course during the same session. This project is worth 25 marks of your total grade, broken down as follows:
Building model using KNN, finding the best k and accuracy evaluation (7 marks)
Building model using Decision Tree and find the accuracy evaluation (6 marks)
Building model using SVM and find the accuracy evaluation (6 marks)
Building model using Logistic Regression and find the accuracy evaluation (6 marks)