Appendix A: Custom Recipes¶
This appendix describes how to use custom recipes in Driverless AI. You’re welcome to create your own recipes, or you can select from a number of recipes available in the https://github.com/h2oai/driverlessai-recipes repository.
Note: Recipes only need to be added once. After a recipe is added to an experiment, that recipe will then be available for all future experiments.
Additional Resources¶
- Custom Recipes FAQ: For answers to common questions about custom recipes.
- Model Template: A template for creating your own Model recipe.
- Scorer Template: A template for creating your own Scorer recipe.
- Transformer Template: A template for creating your own Transformer recipe.