Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

example-scripts

example-scripts에는 numerai에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 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