Skip to content
#

randomoversampler

Here are 51 public repositories matching this topic...

Today there are no certain methods by using which we can predict whether there will be rainfall today or not. Even the meteorological department’s prediction fails sometimes. In this project, I learn how to build a machine learning model which can predict whether there will be rainfall today or not based on some atmospheric factors.

  • Updated Jun 27, 2023
  • 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

I am asked to resample the credit card data since it is not balanced. First, I start to split the data and perform oversampling with RandomOverSampler and SMOTE method, and I undersample with ClusterCentroids algorithm. Then, I utilize the SMOTEENN method to oversample and undersample the data. Finally, I used ensemble models.

  • Updated Jul 21, 2022
  • 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