Closed robjhyndman closed 5 years ago
feat_spectral
seems to be a bug, but feat_stl
is missing the .period
argument.
There should be descriptive warnings for this issue: https://github.com/tidyverts/fabletools/issues/115
Changing the feat_stl
call to ~ feat_stl(., .period = 24, s.window = "periodic", robust = TRUE)
makes no difference.
Thanks, bug with NA handling fixed.
Created on 2019-09-10 by the reprex package (v0.3.0)
Here, the results from
feat_spectral
andfeat_stl
are missing.