feat(skill): Add crypto-quant-ml with PurgedCV and Stationarity checks #124
+526
−0
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.
Context: Why this is needed Standard LLMs and generic coding agents struggle with the nuance of financial time-series, often defaulting to standard scikit-learn practices (like ShuffleSplit or MinMaxScaler) that introduce massive lookahead bias.
Furthermore, most financial ML context in training data is equity-centric (market hours, business days). This skill bridges the gap for Crypto-Native ML, enforcing strict academic rigor and adapting workflows for 24/7, high-volatility markets. It acts as a guardrail against common hallucinations that produce "great backtests" but failed production strategies.
Key Features & Methodology:
Includes a full pytest suite in tests/ validating the stationarity logic and leakage detection.