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 comprehensive machine learning application for predicting loan defaults and optimizing investment portfolios using the LendingClub dataset.
9
9
10
-
## 🎯 Project Overview
10
+
## Project Overview
11
11
12
12
This project demonstrates advanced machine learning techniques applied to financial risk assessment. The application trains multiple classification models on historical LendingClub loan data to predict default probabilities, then uses these predictions to construct an IRR-optimized investment portfolio.
13
13
14
14
### Key Features
15
15
16
-
-**🤖 Multiple ML Models**: 8+ different algorithms including Logistic Regression, Random Forest, Gradient Boosting, and Neural Networks
17
-
-**📊 Interactive Dashboard**: Real-time visualization of loan data, model performance, and portfolio optimization
18
-
-**💰 Portfolio Optimization**: IRR-based portfolio construction with customizable investment criteria
19
-
-**🔮 Live Predictions**: Real-time loan default predictions via REST API
20
-
-**📈 Advanced Analytics**: Comprehensive EDA with interactive choropleth maps and statistical analysis
16
+
-**Multiple ML Models**: 8+ different algorithms including Logistic Regression, Random Forest, Gradient Boosting, and Neural Networks
17
+
-**Interactive Dashboard**: Real-time visualization of loan data, model performance, and portfolio optimization
18
+
-**Portfolio Optimization**: IRR-based portfolio construction with customizable investment criteria
19
+
-**Live Predictions**: Real-time loan default predictions via REST API
20
+
-**Advanced Analytics**: Comprehensive EDA with interactive choropleth maps and statistical analysis
21
21
22
22
### Business Impact
23
23
@@ -26,7 +26,7 @@ This project demonstrates advanced machine learning techniques applied to financ
26
26
-**1.51% and 0.99% alpha** over baseline for 36-month and 60-month loans respectively
27
27
-**Statistically significant** results at 1% confidence level
0 commit comments