camroach87 / 1901-nlmets

Paper on subject specific curves for times series forecasting of smart meter demand.
MIT License
1 stars 0 forks source link

Change unnest_legacy to unnest #3

Open camroach87 opened 4 years ago

camroach87 commented 4 years ago

The recent 1.0.0 release of tidyr introduced a new unnest function which runs quite slow. See https://github.com/tidyverse/tidyr/issues/751. Currently using unnest_legacy as a temporary workaround, but once this issue is addressed I should update the code to use unnest.

camroach87 commented 4 years ago

I have only used unnest_legacy in some section which are dealing with large data frames.