fabletools icon indicating copy to clipboard operation
fabletools copied to clipboard

General fable features useful for extension packages

Results 83 fabletools issues
Sort by recently updated
recently updated
newest added

Essentially a wrapper to ```r augment(model) %>% features(.resid, ljung_box, lag=, dof=) ```

https://stackoverflow.com/questions/68747706/error-cant-subset-columns-that-dont-exist-selecting-from-a-fable-in-r/68751090?noredirect=1#comment121524319_68751090

Having a function automatically create a simple average combination model would be very convenient. Here's a simple way it could work - ``` library(tsibble) library(fable) addCombn

Hi, I've run into some issues and wanted to clarify two points. - First, when using a dynamic regression model to create forecasts for the next 3 periods, are future...

When combining more than two individual models, changing the **order** of individual models in the `combination_model()` function will produce **different** combination results (variance). I give an example below for forecast...

bug

I had to do a bit more work to get `new_data` to be included in the `future_mapply` and `apply` calls properly. I've tested on a couple of models with multiples...

In the `combination_ensemble()` function, the inverse variances weights are calculated using **innovation** residuals (residuals on the transformed scale) obtained from individual models rather than **response** residuals. I think that's a...

Currently each model created in `estimate()` contains no key variables, which limits the ability to use global models. Adding the key dimension to modelling requires substantial work in generalising methods...

Currently the order of plotting intervals is not customisable. Instead it should respect the factor order if available.