Skip to content
#

randomoversampler

Here are 48 public repositories matching this topic...

NTI-Final-Assignment Use flask(python) and shiny dashboard (R) to build simple user interface to see how choosing classification model may affect prediction accuracy, using Customer Churn Dataset.

  • Updated Feb 8, 2019
  • Jupyter Notebook

Credit risk is an inherently unbalanced classification problem, as the number of good loans easily outnumber the number of risky loans. I employed Machine Learning techniques to train and evaluate models with unbalanced classes. I used imbalanced-learn and scikit-learn libraries to build and evaluate models using resampling. I also evaluated the…

  • Updated Nov 19, 2020
  • Jupyter Notebook

Data analysts were asked to examine credit card data from peer-to-peer lending services company LendingClub in order to determine credit risk. Supervised machine learning was employed to find out which model would perform the best against an unbalanced dataset. Data analysts trained and evaluated several models to predict credit risk.

  • Updated Apr 1, 2021
  • Jupyter Notebook

Predicting customer sentiments from feedbacks for amazon. While exploring NLP and its fundamentals, I have executed many data preprocessing techniques. In this repository, I have implemented a bag of words using CountVectorizer class from sklearn. I have trained this vector using the LogisticRegression algorithm which gives approx 93% accuracy. …

  • Updated May 5, 2021
  • Jupyter Notebook

Improve this page

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

Learn more