def regression_pipeline(regression_model): return make_pipeline([StandardScaler(), regression_model])