home/categories/machine-learning/numerai-example-scripts-numerai-agents-skills-numerai-model-implementation-skill-md
machine-learningdata-ai
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`.
maintainer
numerai
Actualizado 1/30/2026
Estrellas
1124
Forks
308
quick start
Installation and usage
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`.
Instalación
$ install --globalskills.sh
Uso
Después de instalarlo, puedes usar este skill ejecutando el siguiente comando en tu terminal:
skills use numerai-model-implementation