Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

example-scripts

example-scripts contient 5 skills collectées depuis numerai, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
5
Stars
1.2k
mis à jour
2026-01-30
Forks
307
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

numerai-experiment-design
Scientifiques en recherche informatique et en information

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

2026-01-30
numerai-model-implementation
Scientifiques en recherche informatique et en information

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
Développeurs de logiciels

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
Scientifiques en recherche informatique et en information

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
Scientifiques des données

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