Deploy the Model
This topic shows you how to deploy the model using the predict.py
script from the Python template project.
The predict.py
script contains the predict
function
that accepts petal length as input and uses the model built in the previous step to
predict petal width.