Skip to content
#

imbalanced-data

Here are 17 public repositories matching this topic...

A Jupyter notebook that applies machine learning techniques to detect credit card fraud on imbalanced data. It covers data preprocessing, EDA, handling class imbalance, training classifiers (Logistic Regression, Decision Tree, RandomForest), and saving the trained models.

  • Updated Sep 13, 2024
  • Jupyter Notebook

Contained in this repository are the Jupyter notebooks that contain the scripts used in this project. Examples include: exploratory data analysis, creation of training, validation and test data sets, and CNN model development and data extraction.

  • Updated Jul 7, 2021
  • Jupyter Notebook

This project analyzes phone usage patterns in India and predicts the primary use of mobile devices based on various features. The notebook covers data preprocessing, exploratory data analysis (EDA), and model training using multiple classification algorithms.

  • Updated Feb 14, 2025
  • Jupyter Notebook

In this notebook, I applied statistical methods for imbalanced data analysis. In terms of basics, it starts with null check, data description and handling missing values. There exists right skewness in data for numerical columns. Shapiro-Wilk and Anderson darling tests are applied to prove that data is not distributed normally. Outlier detection…

  • Updated Dec 19, 2021
  • Jupyter Notebook

Detect Fraud Transaction from the dataset . The project involves dealing with unbalanced dataset and concept drift. I have implemented 4 machine learning algorithms to predict Fraud Transaction . These are - Logistic Regression ,Support Vector Machine(SVM), Local Outlier Factor(LOF) and isolation Tree.See my python 3 notebook to get more insight…

  • Updated Jun 8, 2020
  • Jupyter Notebook

Improve this page

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

Learn more