Add a custom transformer of the predicted vector for regression in sklearn pipeline

后端 未结 0 1764
自闭症患者
自闭症患者 2020-12-31 02:16

I have constructed a sklearn pipeline with a preprocessor and a regressor for a regression problem.

Regressor = GradientBoostingRegressor()

Model = Pipeline(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题