You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experiments show that linear regression with positive coefficients shows better results comparing with no restrictions to the coefficients. So it is better to change the default final_model in StackingEnsemble to LinearRegression(positive=True)
Proposal
Change the default value to LinearRegression(positive=True) in the constructor of StackingEnsemble here:
🚀 Feature Request
Experiments show that linear regression with positive coefficients shows better results comparing with no restrictions to the coefficients. So it is better to change the default
final_model
inStackingEnsemble
toLinearRegression(positive=True)
Proposal
Change the default value to
LinearRegression(positive=True)
in the constructor ofStackingEnsemble
here:etna/etna/ensembles/stacking_ensemble.py
Line 93 in 2b8a527
Test cases
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: