fable
fable copied to clipboard
Custom optimisation criterion functions
Where possible, models should allow custom optimisation criterions. This is appropriate as a control parameter for models.
from: https://github.com/robjhyndman/forecast/issues/744
Thank you! Any idea when it will be included?
Hard to say. Control parameters for models have not yet been implemented, but this will be done for the first release of the package (https://github.com/tidyverts/fable/issues/73). I'm hoping to release the package soon (https://github.com/tidyverts/fable/milestone/1), but I'm not sure if this feature will make it into the first release. If not included in v0.1.0, it will definitely be in v0.2.0.
Has this enhancement been released?
Unfortunately not, this was pushed back a lot since it involves a rewrite of the underlying model code on an individual basis. When I first raised this issue, I was hopeful that it would be reasonable to specify the optimisation criterion more generally.