A Python-powered Quant Hedge Fund System with automated data ingestion, backtesting, and trade execution using MLflow, Luigi, Prefect, and Interactive Brokers - Ashutosh0x/QuantHedgeFund ...
ml-ci-cd/ ├── data/ │ └── raw.csv # Raw dataset ├── src/ │ ├── preprocess.py # Data preprocessing │ ├── train.py # Model training │ └── evaluate.py # Evaluation & metric checks ├── models/ # Trained ...