Ubuntu 18.04.3 64bit
trying to use forecast plugin
Got DKURBIN error
-> tried:
./bin/dssadmin install-R-integration
not error while installation, as far as i can see.
got RJSONIO lib not found error
Can not see the env managed by dss in the code env, therefore i can not add the missing package.
What can i do?
Hi,
I was able to trace down the issue to the way R handles timezone default. It can vary depending on the R setup and your OS.
A short-term simple solution is to set the default time zone variable in R, as explained in threads such as https://stackoverflow.com/questions/6374874/how-to-change-the-default-time-zone-in-r
In the next release of the Forecast plugin, we will change the behaviour to use "UTC" as an explicit default instead of looking for the default timezone variable in your R environment.
Hope it helps,
Alex
Hi @bonian,
We are proud to announce that we just released a new Forecast plugin. It is based in Python, so its installation is much simpler 😎
On top of this, you will benefit from the latest Deep Learning models from GluonTS such as DeepAR and Transformer.
Give it a try, let us know what you think, and reshare if you like it ❤️
Cheers,
Alex