Stroke prediction using machine learning (LogReg, RF, GBoost, LightGBM) with class imbalance handling and threshold optimisation
-
Updated
Jul 15, 2025 - Jupyter Notebook
Stroke prediction using machine learning (LogReg, RF, GBoost, LightGBM) with class imbalance handling and threshold optimisation
A comprehensive machine learning(binary classification) project for detecting credit fraud on a highly imbalanced dataset.
This is an end to end machine learning project using my personal shopping data collected over the past three years.
Identifying rare event.
Fraud detection pipeline with Logistic Regression, Random Forest, and SMOTE — tuned for business trade-offs, evaluated with PR-AUC, precision, and recall.
This repository focuses on credit card fraud detection using machine learning models, addressing class imbalance with SMOTE & undersampling, and optimizing performance via Grid Search & RandomizedSearchCV. It explores Logistic Regression, Random Forest, Voting Classifier, and XGBoost. balancing precision-recall trade-offs for fraud detection.
Add a description, image, and links to the threshold-tuning topic page so that developers can more easily learn about it.
To associate your repository with the threshold-tuning topic, visit your repo's landing page and select "manage topics."