Skip to content

niravaviya/Classification-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Classification-with-Python

Project Instructions


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 algorithms on the data. You are expected to use the following algorithms to build your models:

  • k-Nearest Neighbors
  • Decision Tree
  • Support Vector Machine
  • Logistic Regression

The results are reported as the accuracy of each classifier, using the following metrics when these are applicable:

  • Jaccard Index
  • F1-score
  • Log Loss

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published