v0.2: add structural-null audit and retire predictive headline - #2
Merged
Merged
Conversation
gigichengnc
marked this pull request as ready for review
August 21, 2026 15:50
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.
Why this PR exists
A post-publication review identified a material target-construction problem in the v0.1 headline result. The legacy future RRG-style coordinate targets share substantial information with the lagged coordinate features because the rolling windows overlap the decision-time history.
This is not conventional look-ahead leakage. The inputs remain causal. The problem is that the target contains a mechanically predictable component, so beating current-state persistence is not sufficient evidence of market predictability.
Material correction
This PR independently reproduces the issue with a no-signal synthetic geometric-random-walk benchmark. Across 12 deterministic trials, the legacy coordinate pipeline achieves roughly:
The previously reported real-data one-week result was 80.6% vs 74.0%. v0.2 therefore retires the interpretation that the old holdout demonstrated forecastable market dynamics.
What changes
null_benchmark.pyand a reproducible synthetic-null runner;log(asset[t+h]/asset[t]) - log(benchmark[t+h]/benchmark[t]);not supported by this backtest, not proof of no alpha;min_periods=1, unregularized OLS, adjusted-close restatement and dependence/inference limitations;CHANGELOG.mdandCITATION.cff.Historical provenance repair
The first public
PUBLIC-SUBSET.mdlisted 15 historical evidence files, but only 12 were actually committed. The three absent paths were:crates/data/src/data_fetcher.rscrates/data/src/external_data.rscrates/data/src/etf_data.rsThis PR does not publish more private competition-era source merely to repair the manifest. Instead it removes the missing paths from the public subset inventory and marks the corresponding implementation claims as not publicly verifiable from this repository.
The 12 committed evidence files also use LF in Git while the recovered archive hashes were calculated on CRLF bytes. This PR adds
historical/verify_public_subset.py, documents that transformation, and runs the verifier in CI..gitattributesprevents future text conversion of the evidence directory.Interpretation boundary after v0.2
The old statement
Linear outscored persistence on the frozen coordinate holdoutremains a factual description of the recorded experiment.It is not sufficient evidence of market predictability.
Any future market-signal claim must:
The old 2025-08-22 to 2026-08-14 holdout is retired for new confirmatory claims.
Scope
This PR does not change ReasonedOps, repository visibility, licensing, tags/releases, or PyPI publication.