Before trusting a Sharpe ratio: six reproducible pipeline invariants #57
initial-d
announced in
Announcements
Replies: 1 comment
|
Independent audit runs now have a structured report path: Open the technical-audit reproduction form Please report the commit, environment, exact command, and unedited output whether all six checks pass or not. The most useful follow-up is a concrete disagreement with the reference run—non-zero mask drift, a label-boundary mismatch, execution-timing drift, cost-scaling drift, or an environment where the audit cannot complete. Reproducible discrepancies can be turned into regression tests or documented compatibility limits. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
A new deterministic engineering audit is now available on
main.Run it without a market-data account:
git pull python -m pip install -e ".[dev]" make technical-auditThe maintained reference run checks six implementation invariants:
[180, 40, 213]tensor;1e9causes zero drift at valid outputs for five core tensor primitives;weights[t-1] × returns[t]exactly;All six checks pass on commit
300e1ad. The new test is included in the full suite, which now passes 97 tests locally.This is an engineering audit on deterministic synthetic data. It does not establish market alpha, out-of-sample performance, or production readiness. Reproductions on other Python, PyTorch, CPU, and GPU environments are welcome.
All reactions