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 repository predicts body fat percentage using Lasso and Ridge regression models. It compares their accuracy and performance metrics, offering detailed code and model evaluations in the Jupyter Notebook.
This Jupyter Notebook focuses on credit risk prediction using a Random Forest Classifier. It covers data preprocessing, exploratory data analysis (EDA), model training, and handling class imbalance. Additionally, essential metrics such as precision, recall, F1-score, and confusion matrices are computed to evaluate the model's performance.