I have constructed a sklearn pipeline with a preprocessor and a regressor for a regression problem.
Regressor = GradientBoostingRegressor() Model = Pipeline(