load_fitted_model#

load_fitted_model(pretrained=True)[source]#

Load and return a fitted regression model to predict the quality in the Wine Quality dataset.

Returns
modelJoblib

the model/pipeline that was trained on the Wine Quality dataset.