issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:Python linked:pr
Filter by
4.4M results
优化目标
按照 README 预测优化建议,从以下四个方面提升模型预测效果。
变更内容
1. 数据量扩充
- 时间范围从 36 个月 (2022.01-2024.12) 扩展至 60 个月 (2020.01-2024.12)
- 训练/测试分割从 24/12 调整为 48/12
- 训练样本从 18 个增至 42 个(seq_len=6, stride=1 时)
2. 避雷器数据生成策略优化 ...
This issue is created automatically to track contribution activity.
updation
Summary
TestModelSnapshot::test_snapshot_has_correct_score_count asserts:
assert len(snap.scores) == len(DEFAULT_BENCHMARKS)
But Model.snapshot() calls self.custom_benchmarks.load_all(), which reads ...
bug
Description
On mobile (iPhone 17), tapping a team in the Groups view to open the news modal shows an empty box at the bottom of the
screen instead of a modal with team news content.
Expected behaviour ...
bug
Summary
In pyrecall watch, the snapshot directory fingerprint is computed inside a bare except Exception:
# cli.py:740-746
try:
current_mtime = max(
(p.stat().st_mtime for p in mgr.base_dir.rglob( ...
bug
Summary
After a benchmark suite is registered, the CLI reads back the entry count with:
# cli.py:1584
entries = next(s[ count ] for s in mgr.suites() if s[ name ] == registered)
next() is called with ...
bug
Summary
In the pyrecall history command, per-snapshot degradation notes are built with:
# cli.py:1397
dropped_notes = [
f {c} {report.comparisons[[x.category for x in report.comparisons].index(c)].delta:+.3f} ...
bug
Summary
Record the PR #306 merge evidence after completing curator Merkle leaf domain separation, and select the next no-secret
roadmap item.
Scope
- Mark Queue Item 147 / issue #305 as merged in ...
roadmap
testing
Summary
In pyrecall watch, when a degraded skill is detected the command formats a summary string using:
# cli.py:790
cats = , .join(
f {c} ({next(x.severity for x in report.comparisons if x.category ...
bug
Problem
The current dry-run workflow doubles token usage:
patch_file(dry_run=true, search_content= big , replace_content= big ) → diff preview
# model inspects diff, looks good…
patch_file(dry_run=false, ...
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.