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
I have tried to use a custom model, but I have noticed that this package seems to work with "gaussian" and "student" families (from the bsts package), but not with the "logit" and "poisson" families (which are supported by bsts).
I think adding support for these families would be useful.
Another alternative, probably easier to implement (but probably suboptimal), would be to add support for variable transformations and backtrasformations.
I have tried to use a custom model, but I have noticed that this package seems to work with "gaussian" and "student" families (from the bsts package), but not with the "logit" and "poisson" families (which are supported by bsts).
I think adding support for these families would be useful.
Another alternative, probably easier to implement (but probably suboptimal), would be to add support for variable transformations and backtrasformations.
https://robjhyndman.com/hyndsight/forecasting-within-limits/
https://robjhyndman.com/hyndsight/backtransforming/
I think the poisson family is particularly important since it is very common to deal with count data.
The text was updated successfully, but these errors were encountered: