You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you call boosted Arima + LightGBM or Prophet + LightGBM? I did not see it in the tutorial (only Catboost).
Also, FYI when I am calling the Catboost functions, e.g. set_engine("auto_arima_catboost", verbose = 0) I am getting an error saying Catboost is failing to load:
Error: package or namespace load failed for ‘catboost’ in library.dynam(lib, package, package.lib):
shared object ‘libcatboostr.so’ not found
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
How do you call boosted Arima + LightGBM or Prophet + LightGBM? I did not see it in the tutorial (only Catboost).
Also, FYI when I am calling the Catboost functions, e.g.
set_engine("auto_arima_catboost", verbose = 0)
I am getting an error saying Catboost is failing to load:Thanks!
The text was updated successfully, but these errors were encountered: