Modify scripts readme to add reclamm training section#82
Open
jubeira wants to merge 4 commits into
Open
Conversation
…s timestamps - scripts/download_data.py: force mpire WorkerPool to start_method='spawn' so binance_historical_data workers don't fork after JAX threads (macOS). - get_binance_vision_data: vectorize timestamp normalization with numpy; handles Binance Vision's 2025+ microsecond klines and runs ~20× faster. - forward_fill_ohlcv_data: cast date_range via datetime64[ms] before int64 — pandas 3.x switched pd.date_range default unit from [ns] to [ms]. - resample frequency "1H" → "1h" (pandas 3.x dropped uppercase alias). - NOTION_GUIDE.md: setup section now reflects venv path and training-pipeline branch checkout. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Agent-facing guide covering env/venv usage, data download caveats, do_run_on_historic_data + HODL baselines, Optuna tuning, and the continuous-vs-fresh-deposit pitfall. Drops NOTION_GUIDE.md (content now lives in the team Notion page). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Ignore .venv/, .claude/, results/, and optuna_studies/ created by the simulation/tuning workflow. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Quickstart guide to train reclamm pools (docs only, no code).