mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
feat: Data Loader module with tests (P0 complete)
Created rdagent/scenarios/qlib/local/data_loader.py: - OHLCV loading with thread-safe caching - Factor metadata loading (sorted by IC) - Factor time-series loading with alignment - Feature matrix builder - Randomized factor selection for diverse strategies - 11 tests passing Note: data_loader.py is in local/ (closed source) Test file is public to validate interface.
This commit is contained in:
@@ -103,3 +103,9 @@ test_credentials.py
|
||||
# Closed source local components
|
||||
rdagent/scenarios/qlib/local/
|
||||
docs/COMPLETE_WORKFLOW.md
|
||||
|
||||
# Local scripts (not for public)
|
||||
predix_quick_daytrading.py
|
||||
predix_smart_strategy_gen.py
|
||||
test/backtesting/test_smart_strategy_gen.py
|
||||
docs/SMART_STRATEGY_GEN.md
|
||||
|
||||
Reference in New Issue
Block a user