load_fitted_model

load_fitted_model()[source]

Load and return a fitted classification model to predict the flower type in the iris dataset.

Returns
modelJoblib

the model/pipeline that was trained on the iris dataset.