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
This project demonstrates a machine learning solution for predicting diabetes based on user-provided health data. The application uses Streamlit for an interactive web interface and advanced interpretability tools like SHAP and permutation importance to explain model predictions.
A machine learning service that predicts a user's gender based on transaction data, using behavioral patterns and purchase history to deliver accurate, data-driven insights
Logistic regression model predicting 10 year coronary heart disease risk using the Framingham Heart Study dataset. Includes median imputation, feature scaling, and full evaluation with precision, recall, F1, and ROC AUC.
This repository contains the dataset and a python file. The python file contains basic EDA, Label encoding, and Modelling using Logistic Regression. ROC analysis is also included.