mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
6a1c4760c9
- Add _evaluate_factor_directly() to factor_runner.py - When Qlib Docker returns None, try direct evaluation from result.h5 - Compute IC/Sharpe directly from factor values + forward returns - Loop continues instead of hanging on Docker failures - Fix MD5 security warning: usedforsecurity=False in cache_manager.py Files changed: - rdagent/scenarios/qlib/developer/factor_runner.py - rdagent/app/qlib_rd_loop/quant.py - rdagent/scenarios/qlib/local/cache_manager.py