Skip to content
#

knn-imputer

Here are 28 public repositories matching this topic...

This project focuses on predicting whether a customer will default on their credit card payment in the upcoming month. Utilizing historical transaction data and customer demographics, the project employs various machine learning algorithms to distinguish between risky and non-risky customers for better credit risk management.

  • Updated Oct 16, 2024
  • Jupyter Notebook

Built a model to determine the risk associated with extending credit to a borrower. Performed Univariate and Bivariate exploration using various methods such as pair-plot and heatmap to detect outliers and to monitor the behaviour and correlation of the features. Imputed the missing values using KNN Imputer and implemented SMOTE to address the i…

  • Updated Nov 14, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the knn-imputer 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 knn-imputer topic, visit your repo's landing page and select "manage topics."

Learn more