load_fitted_model#

load_fitted_model(pretrained=True)[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.