Design and manage Numerai experiments in this repo for any model idea.
Quellsprache: Englisch
Menü
SkillsMP hat 5 Skills aus numerai/example-scripts gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.
Es werden 5 von 5 gesammelten Skills angezeigt.
Design and manage Numerai experiments in this repo for any model idea.
Quellsprache: Englisch
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…
Quellsprache: Englisch
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…
Quellsprache: Englisch
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…
Quellsprache: Englisch
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.
Quellsprache: Englisch