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
Machine learning project predicting bank term deposit subscriptions using customer demographics and campaign data. Features multiple ML models (Random Forest, Logistic Regression, Decision Tree), SMOTE for class balancing, and interactive Streamlit app for real-time predictions.
A machine learning project that predicts term deposit subscription using a Random Forest model and offers both single and batch prediction through a Streamlit app, trained on Portuguese bank marketing campaign data.
This project analyzes the Bank Marketing dataset to predict whether a client will subscribe to a term deposit.The workflow includes data loading, preprocessing, EDA, feature engineering, and building machine learning models to classify client responses.The goal is to build a predictive model to assist the bank in potential clients more effectively.