You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A company managing tourist real estate aims to offer a transfer service. This project uses logistic regression to analyze customer data and identify profiles most likely to purchase the service, enabling targeted early notifications to increase conversion and improve customer experience.
Predictive modeling for stroke, to identify patients at higher risk than others, to deploy more effective preventive measures; more selective lifestyle correction and risk factor reduction efforts.
This study presents a comparative analysis of static and dynamic ensemble learning for predicting myocardial infarction mortality. To mitigate the challenges of class imbalance, the research implements a comprehensive cost-sensitive framework that operates at the data, algorithmic, and evaluation levels.
DAB-SMOTE: A Python implementation of Density-Aware Borderline SMOTE for handling imbalanced datasets. It combines noise removal, DBSCAN clustering, and boundary analysis to generate high-quality synthetic samples.
A machine learning classification project for predicting diabetes using medical data with an imbalanced target variable. The project includes class imbalance handling using oversampling and undersampling techniques, model building with Logistic Regression and Decision Tree classifiers, and performance evaluation
Decision Tree and Random Forest which are supervised Machine Learning models were used to train for threat detection on a network. Challenge faced in this dataset: Imbalanced data which caused high accuracy and low precision leading to model incorrectly identifying threats.