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
Mis à jour 1/30/2026
Étoiles
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`.
Installation
$ install --globalskills.sh
Utilisation
Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :
skills use numerai-model-implementation