Skip to content

[bench] numerai-deep regime: official v5 benchmark deep params as the headline numerai cell#36

Merged
BelixRogner merged 1 commit into
masterfrom
gpu-benchmark-suite
Jul 15, 2026
Merged

[bench] numerai-deep regime: official v5 benchmark deep params as the headline numerai cell#36
BelixRogner merged 1 commit into
masterfrom
gpu-benchmark-suite

Conversation

@BelixRogner

Copy link
Copy Markdown
Owner

Per Felix: the numerai cell most people care about is the official v5 benchmark "deep" config (docs): 30000 trees, lr 0.001, max_depth 10, num_leaves 1024, colsample_bytree 0.1, min_data_in_leaf 10000. The 2000-tree example config stays for completeness.

Mapping notes:

  • xgboost: min_datamin_child_weight (hessian = 1/row under squared error, so it's exactly a row count)
  • catboost: dropped + min_data_dropped flag (symmetric trees don't support it)
  • numerai orchestrate timeout 4h → 12h (30k-tree competitor runs are hours long)
  • report.py renders a separate chart for the deep cell

🤖 Generated with Claude Code

https://claude.ai/code/session_01EYUXNtCAXDd3zYT71m8YSJ

… headline numerai cell

30000 trees, lr 0.001, depth 10, 1024 leaves, colsample 0.1,
min_data_in_leaf 10000 (docs.numer.ai deep-lgbm-params). Felix: this is
the config most Numerai users care about; the example config stays for
completeness. min_data maps to min_child_weight for xgboost (hessian=1
per row under squared error, so it is exactly a row count) and is
dropped+flagged for catboost (symmetric trees don't support it).
numerai timeout 4h -> 12h for the 30k-tree competitor runs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EYUXNtCAXDd3zYT71m8YSJ
@BelixRogner BelixRogner merged commit cb7fe32 into master Jul 15, 2026
54 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant