pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:CSS language:Python
Filter by
158M results
What
Styles the datasette search/database pages to match the pelican-clean-blog theme used at ryancheley.com.
- Adds datasette-custom.css mapping the blog s visual signature onto datasette:
- ...
Problem
The GitHub Actions Predict pipeline had been idle for 2.5+ hours (last successful run at 10:38 UTC; checked at 13:00
UTC). GitHub scheduled workflows are frequently delayed or dropped under load, ...
概述
为 Issue #194 (tick-by-tick 回测引擎) 实现 TRADER 角色工作。
从已有的 feat/issue-196-tick-engine 分支(commit 9ca1b71)cherry-pick tick-by-tick 引擎变更。
变更文件
| 文件 | 变更 |
| --- | --- |
| trader/simulator.py | tick-by-tick ...
- Leaderboard Mode column: A/B versions now include traffic % (e.g. 🟠 A/B (25%) )
- Leaderboard Drift column: raw status replaced by emoji labels matching the full leaderboard (🟢/🟡/🔴/⚪)
- Modèles ...
💡 What: Refactored the mark_resolved function in PredictionLedger to replace the $O(n^2)$ Pandas iterrows() loop with a
vectorized $O(n)$ index intersection and concatenation approach. 🎯 Why: Iterating ...
Summary
v0.10.0 port of the two merged main behavioral-audit fixes #729 (capability matrix / config docs) and #730 (transformers
measurement comparability). Findings were re-derived against the v0.10.0 ...
Refactors MarginalLossFn to separate computation from data using the fn + data pattern:
- fn (static metadata): pure function (marginals, data) - loss
- data (dynamic pytree leaves): tuple of LinearMeasurement ...