Skip to content

Instantly share code, notes, and snippets.

@robbat2
Created June 14, 2021 17:44
Show Gist options
  • Save robbat2/1316e6eb693a08738bdb809af770b705 to your computer and use it in GitHub Desktop.
Save robbat2/1316e6eb693a08738bdb809af770b705 to your computer and use it in GitHub Desktop.
gentoo-dev talking about R textbook for forecasting
13-20:37:56 <@robbat2> ezzieyguywuf, FreedomBear: I can 100% recommend using R via docker containers; upstream keeps them
VERY up to date
13-20:38:54 <@robbat2> open-source textbook using R to do Forecasting: https://otexts.com/fpp3/
13-20:40:56 <@robbat2> the real mental breakthrough for me was realizing that forecasting was fundamentally converting any
given series to a signal, doing signal analysis (e.g. fourier), and using that analysis to "predict"
what the next terms of a sequence would be
13-20:42:06 <@robbat2> the big win of the docker containers is full multi-threading R stuff that's hard to get otherwise
13-20:42:36 <@robbat2> i used it on a project that reliably burned all 16 cores on my Ryzen for 30 minutes wallclock per
dataset
13-20:43:42 <@robbat2> the textbook doesn't specifically cover using it via Docker, but it's a small hop only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment