Understand how to write a simple custom recipe
Create a new python file
my_custom_recipe.py
@recipe_main
define the function main as a recipe and will allow it to run on the Adaptive Engine.The harmony client and the model to train can be retrieved from the recipe context.Load models
Load Dataset
Define a Scorer
Adapt the model