Skip to content
#

class-imbalance-handling

Here are 26 public repositories matching this topic...

Predicting company bankruptcy using various machine learning models. The dataset is sourced from Kaggle: Company Bankruptcy Prediction.

  • Updated Aug 7, 2024
  • Python

(WIP): 'Aporia' in Greek means 'inconsistent'. A Python library that detects and fixes dataset issues using both rule-based methods and ML models. It evaluates dataset quality across multiple metrics, including missing values, duplicates, outliers, class imbalance, and label consistency. It also suggests fixes based on the metric scores.

  • Updated Mar 28, 2025
  • Jupyter Notebook

End-to-end credit risk scoring system using XGBoost, SHAP, and threshold tuning to predict loan defaults and automate lending decisions.

  • Updated May 27, 2026
  • Jupyter Notebook

End-to-end machine learning workflow on the Combined Cycle Power Plant dataset: data cleaning, EDA, outlier removal, feature engineering, class balancing, and model evaluation for regression and classification. Includes code, visualizations and best practices in a single Jupyter notebook.

  • Updated Feb 12, 2026
  • Jupyter Notebook

Developed an ensemble ML classification model to predict U.S. visa case outcomes (Certified vs Denied) using applicant and employer attributes. Performed EDA, sampling, and model tuning (Random Forest, Gradient Boosting, XGBoost) to improve decision efficiency and identify key policy drivers like education, experience, and wage trends.

  • Updated Mar 31, 2026
  • Jupyter Notebook

This project focuses on detecting fraudulent credit card transactions using Machine Learning and Data Analytics. It applies advanced techniques such as EDA (Exploratory Data Analysis), feature engineering, and imbalance handling (SMOTE, undersampling) to improve fraud detection accuracy.

  • Updated Aug 11, 2025
  • Jupyter Notebook

Add this topic to your repo

To associate your repository with the class-imbalance-handling topic, visit your repo's landing page and select "manage topics."

Learn more