How should we use VotingRegressor #31850
edwinzajac
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I'm trying to understand in what case should we use VotingRegressor.
If I understood well, VotingRegressor gives an average prediction based on given estimators and their averaging weights.
However, putting a LinearRegression over the estimators can give more precise averaging weights since they minimize the prediction error.
So are there cases where VotingRegressor is more relevant?
Here is a code example for illustration :
Beta Was this translation helpful? Give feedback.
All reactions