Skip to content
#

oversampling

Here are 203 public repositories matching this topic...

In this project, we build and train a model to predict if a customer will defer on a particular loan on an imbalanced dataset. We'll build a layered ANN for this and try to make our model better using Hyperparamater Optimization, before exploring Oversampling to make it more accurate.

  • Updated Aug 8, 2021
  • Jupyter Notebook

Credit risk is an inherently unbalanced classification problem, as good loans easily outnumber risky loans. Therefore, you’ll need to employ different techniques to train and evaluate models with unbalanced classes. Using the credit card credit dataset from LendingClub, a peer-to-peer lending services company,

  • Updated Jul 6, 2022
  • Jupyter Notebook

Improve this page

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

Learn more