load_fitted_model#

load_fitted_model(pretrained=True)[source]#

Load and return a fitted regression model to predict the AveragePrice in the avocado dataset.

Returns
modelJoblib

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