Skip to content
#

k-nearest-neighbour

Here are 4 public repositories matching this topic...

If you miss payments or you don't pay the right amount, your creditor may send you a default notice, also known as a notice of default. If the default is applied it'll be recorded in your credit file and can affect your credit rating. An account defaults when you break the terms of the credit agreement.

  • Updated Mar 30, 2023
  • Jupyter Notebook

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)

  • Updated Nov 3, 2020
  • Jupyter Notebook

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 …

  • Updated Oct 3, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the k-nearest-neighbour topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the k-nearest-neighbour topic, visit your repo's landing page and select "manage topics."

Learn more