pullrequests Search Results · language:Dune language:HTML language:JavaScript language:Python language:JavaScript language:Java
Filter by
210M results
Updates the requirements on ruff to permit the latest version. Updates ruff to 0.15.18 details summary Release notes
/summary p em Sourced from a href= https://github.com/astral-sh/ruff/releases ruff s ...
dependencies
python:uv
Summary
Follow-up tuning to the Campfire WebGL fire (shipped in #9) after feedback that it was too prominent, too intense,
animated too fast, and looked stretched on 16:9 screens. This dials it back to ...
Bumps actions/checkout from 4 to 7. details summary Release notes /summary p em Sourced from a href=
https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v7.0.0 ...
dependencies
github_actions
概要
バックテストのデータリークを防ぐため、新馬戦701(クリーン期間1986-2025)の各出走馬のサブスコアを「対象レース日より前のデータのみ」で前計算する基盤(#B1)を追加。重み非依存の重い処理を一度だけ前計算し、#B3
の重み最適化は本キャッシュ×重みのベクトル演算で済むようにする(CLAUDE.md「バックテスト方法論」「計算量設計」準拠)。
変更点
- backend/backtest/asof_helpers.py: ...
Bumps the ci-actions group with 1 update: actions/checkout.
Updates actions/checkout from 6 to 7 details summary Release notes /summary p em Sourced from a href=
https://github.com/actions/checkout/releases ...
Prompt-injection regression test (MED)
Closes the Prompt-injection regression test backlog item. Adds the half that was missing: an end-to-end assertion that
adversarial tool arguments never reach a tool. ...
Bumps actions/checkout from 6 to 7. details summary Release notes /summary p em Sourced from a href=
https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v7.0.0 ...
Remove o halign: right das colunas de valor, prazo e conclusão para que os valores fiquem alinhados à esquerda, igual
aos rótulos.
Generated by Claude Code
변경
진화 정확도 축에 소표본 수축(shrinkage) 가드 추가.
문제: 시즌 초 소표본일 때 종합점수가 운으로 튀어 정확도(60% 축)가 과대평가 → 운으로 단계 급등.
해결:
- conf = min(1, n / nShrink), shrunk = 50 + (종합 − 50)·conf.
- n=0→50(기여 0), n nShrink(기본 10) ...