-
## Description
Dear colleagues I am trying to wrap my workflow for training 4273x9 fable models to forecast multiple time series. The fable package provide a nice interface to generate forecasts by…
edgBR updated
4 years ago
-
Was exploring @DavisVaughan example on [Sliding Inside a Mutate() --> Solution (sort of)](https://davisvaughan.github.io/slider/articles/rowwise.html) in `slider` but looking at setting-up a similar e…
-
Description of unitroot_kpss and unitroot_pp is as follows:
**_unitroot_kpss_** computes the statistic for the Kwiatkowski et al. unit root test with **linear trend** and **lag 1**. **_unitroot_pp_…
-
Creating a pool:
```r
con= 8 x64 (build 9200)
Matrix products: default
locale:
[1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252 LC_MONETARY=English_United…
-
Not sure why getting this error - upon checking other sources I noticed this might happen when all values of a column are 0 or constant but that's not the case here.
I also noticed that it only hap…
-
I am trying to include caret in a package that I am developing. When I run devtools::check(), I get an error "there is no package called 'lattice'". If I remove caret from the "Imports" section of the…
-
Issue observed on VM "GeneralizedComputeVM-Ubuntu1804Base-201812061312" (IP address at time of test: 137.117.199.166)
Snippet of cloud-init log from just before error (taken from [full cloud-init l…
-
# Stringhe della settimana
- [x] [Thunderbird.net](https://pontoon.mozilla.org/it/thunderbirdnet/all-resources/?status=missing%2Cfuzzy%2Cerrors&string=197222) 5 fuzzy - @Sav22999
- [x] [Common Voi…
-
forecast function produce this error : ` Error: `x` must be a vector, not a `fcdist` object.`
library(fable)
library(tsibble)
library(tsibbledata)
library(lubridate)
library(dplyr)
aus_retail…
-
This works fine with CRAN versions:
``` r
library(tsibble)
library(fable)
#> Loading required package: fabletools
as_tsibble(USAccDeaths) %>%
model(
arima = ARIMA(box_cox(value, 0.5))
…