facebook / prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://facebook.github.io/prophet
MIT License
18.53k stars 4.54k forks source link

Error in library(fable.prophet): there is no package called ‘fable.prophet’ Traceback: 1. library(fable.prophet) #2638

Open avasquez9999 opened 1 week ago

avasquez9999 commented 1 week ago

I get this error when I try to run the Fable Prophet library in Kaggle I keep getting this error: Error in library(fable.prophet): there is no package called ‘fable.prophet’ Traceback:

However, on my laptops r studio it works fine.

Also I am using a massive data set with over 10 million records and I am trying to run a profit model for hiracal data that has 10 stores and 55 locations and want to build a model for each store and department. However, It takes 2 days to run on my machine is there any solution . Also I don't know how to use distributed systems but I can imagine that will speed it up but don't know where to start