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
ProphitBet is a Machine Learning Soccer Bet prediction application. It analyzes the form of teams, computes match statistics and predicts the outcomes of a match using Advanced Machine Learning (ML) methods. The supported algorithms in this application are Neural Networks, Random Forests & Ensembl Models.
This project builds a machine learning system to detect credit card fraud transactions using an imbalanced dataset, applying SMOTE for class balancing and comparing Logistic Regression and Random Forest models.
An Intrusion Detection System (IDS) using ensemble machine learning models and LIME for explainable AI, leveraging the CICIDS-2017 dataset for network intrusion detection with transparent predictions.
End-to-end ML pipeline for car evaluation & recommendation — clustering, feature selection, imbalance handling, and boosting ensembles with a Flask + HTML frontend.
Investigates age‑group differences in support for renewable energy transition and builds predictive models to identify key demographic and attitudinal predictors of support for stronger climate commitments for the UNDP Peoples’ Climate Vote 2024 dataset.
A machine learning web app that predicts whether a telecom customer will churn or not. It uses a Random Forest model trained on the IBM Telco dataset, handles class imbalance with SMOTE, and is deployed as an interactive Streamlit app where users input customer details and get a simple Yes / No prediction.
ML classification model served via FastAPI, containerized with Docker and deployed on Hugging Face Spaces — includes PostgreSQL tracing, CI/CD with GitHub Actions, and full pytest coverage