Skip to content

Equivalent of MultiOutputRegressor with different hyperparameters for each output? #21766

Answered by glemaitre
eschibli asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you will need to create a new class where you can pass a list of estimators (as many estimators as the number of targets).

However, if you plan to tune the hyperparameters, you can indeed pass a GridSearchCV as an estimator and then the hyperparameter will be tuned for each target independently.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by eschibli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants