mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
26f6a586f3
- Create prompts/local/factor_discovery_v3.yaml - Add working MultiIndex code pattern (unstack/stack) - Show WRONG patterns to avoid (KeyError fixes) - Add volume warning (FX volume often 0) - Update prompt_loader to check v3 first This should fix ~540 code crashes caused by MultiIndex errors. Also answers: What happens when fin_quant runs now? 1. LLM generates factor code using NEW v3 prompt (with examples) 2. Code is executed and validated 3. Qlib backtest runs in Docker 4. Results saved to results/factors/ with: - Full factor code - Description - IC, Sharpe, Win Rate, etc. 5. Results saved to SQLite database