Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

example-scripts

example-scripts contém 5 skills coletadas de numerai, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
5
Stars
1.2k
atualizado
2026-01-30
Forks
307
Cobertura ocupacional
3 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

numerai-experiment-design
Cientistas de pesquisa em computação e informação

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

2026-01-30
numerai-model-implementation
Cientistas de pesquisa em computação e informação

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
Desenvolvedores de software

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
Cientistas de pesquisa em computação e informação

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
Cientistas de dados

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