hyperopt / hyperopt-sklearn

Hyper-parameter optimization for sklearn
hyperopt.github.io/hyperopt-sklearn
Other
1.58k stars 272 forks source link

How to do multioutput Regression and Regressor Chain ? #178

Closed Abhranta closed 1 year ago

Abhranta commented 2 years ago

I have a dataset where I have to predict 3 days in advance. So, I am thinking of using sklearn's regressor chain to solve this problem. Does hpsklearn support regressor chain and multioutput regressioo. If yes, then how can i implement it ??

stb-f5c commented 1 year ago

similar question, is it possible to use hyperOpt to tune a multioutput regression model?

mandjevant commented 1 year ago

Currently, usage of the MultiOutputRegressor class in hyperopt-sklearn is not supported. For tips on using the hyperopt base algorithm for your issue, I would suggest writing an issue at https://github.com/hyperopt/hyperopt