Add comprehensive project documentation and fix data pipeline
- Add detailed README with architecture diagram and usage instructions - Add API, configuration, and development documentation - Fix price data column handling for yfinance auto_adjust=True - Fix model feature dimension indexing and temporal attention batching - Add missing imports and position tracking in paper broker - Add python-dotenv support for environment variables - Update .gitignore with Python artifacts and environment files
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ pytz>=2023.3
|
||||
requests>=2.28.0
|
||||
websockets>=11.0
|
||||
SQLAlchemy>=2.0.0
|
||||
sqlite3>=3.40.0 # Part of Python standard library
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
# AMD GPU support for PyTorch (ROCm 5.6)
|
||||
torch>=2.1.0 # ROCm-compatible version
|
||||
|
||||
Reference in New Issue
Block a user