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
Add the ability to update the weights/errorMethod on an existing hybridModel object. For errorMethod this can easily be achieved without recalculating the component models since the RMSE/MAE/MASE errors are all still extractable from the fit model. For weights, changes to any other method except cv.errors (which is currently unimplemented anyway) can similarly be done without recalculuating the component models.
The text was updated successfully, but these errors were encountered:
Add the ability to update the
weights
/errorMethod
on an existing hybridModel object. ForerrorMethod
this can easily be achieved without recalculating the component models since the RMSE/MAE/MASE errors are all still extractable from the fit model. Forweights
, changes to any other method exceptcv.errors
(which is currently unimplemented anyway) can similarly be done without recalculuating the component models.The text was updated successfully, but these errors were encountered: