Spaces:
Build error
Build error
A newer version of the Gradio SDK is available: 6.13.0
metadata
title: Alpha-Index 100
emoji: π
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 3.50.2
app_file: app.py
pinned: false
license: mit
π Alpha-Index 100
ML-Powered Private Markets Investment Index
An interactive machine learning application that predicts private equity fund performance using XGBoost and advanced feature engineering.
π― What It Does
This app helps you evaluate private equity funds by predicting their likelihood of achieving top-quartile performance based on:
- Investment Strategy (Buyout, VC, Growth Equity, Private Credit, Real Estate)
- Fund Size ($50M - $10B)
- Vintage Year (2010-2023)
- Macroeconomic Conditions (Interest rates, Market valuations)
π How to Use
- Select your fund parameters using the sliders and dropdowns
- Click "Score This Fund" to get ML predictions
- View the results with conviction levels:
- π’ HIGH CONVICTION (β₯70%): Strong top-quartile potential
- π‘ MODERATE (50-70%): Decent potential
- π΄ LOW CONVICTION (<50%): Below threshold
π€ Technology
- ML Model: XGBoost Classifier
- Features: 11 engineered features including interaction terms
- Performance: ~85% ROC-AUC on test data
- Training Data: 5,000 synthetic fund records
π Model Features
The model considers:
- Fund strategy and size
- Market conditions at fund launch
- Interest rate regimes
- Valuation regimes
- Interaction effects between variables
β οΈ Important Note
This application uses synthetic data for demonstration purposes. All fund names, performance metrics, and relationships are artificially generated. This is an educational project showcasing ML capabilities in private markets.
π Project Repository
Full source code, data generation scripts, and model training pipeline available in the repository.
Built with β€οΈ using Gradio and XGBoost