Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

example-scripts

example-scripts 收录了来自 numerai 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
1.2k
更新
2026-01-30
Forks
307
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

numerai-experiment-design
计算机与信息研究科学家

Design and manage Numerai experiments in this repo for any model idea.

2026-01-30
numerai-model-implementation
计算机与信息研究科学家

Add a new Numerai model type to the agents training pipeline. Use when you need to register a model in `agents/code/modeling/utils/model_factory.py`, handle fit/predict quirks in `agents/code/modeling/utils/numerai_cv.py`, and update configs so the model can run via `python -m agents.code.modeling`.

2026-01-30
numerai-model-upload
软件开发工程师

Create Numerai Tournament model upload pickles (.pkl) with a self-contained predict() function. Use when preparing upload artifacts, debugging numerai_predict import errors, or documenting model-upload requirements and testing steps.

2026-01-30
numerai-research
计算机与信息研究科学家

End-to-end Numerai research workflow for trying a new idea: design experiments, implement new model types if needed, run scout→scale experiments, write a full experiment.md report with standard plots, and optionally package/upload a Numerai pickle. Use when a user asks to “try/test a new idea”, “run an experiment”, “sweep configs”, “compare model variants”, or otherwise do new Numerai research.

2026-01-30
report-research
数据科学家

Write a complete Numerai experiment report in experiment.md (abstract, methods, results tables, decisions, next steps) and generate/link the standard show_experiment plot(s). Use after running any Numerai research experiments, or when a user asks for a “full report”, “write up”, “experiment.md update”, or “generate the standard plot”.

2026-01-30