AlbertoAlmuinha / boostime

The Tidymodels Extension for Time Series Boosting Models
Other
55 stars 6 forks source link

How to call arima + LightGBM? #7

Open eteitelbaum opened 8 months ago

eteitelbaum commented 8 months ago

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:

Error: package or namespace load failed for ‘catboost’ in library.dynam(lib, package, package.lib):
 shared object ‘libcatboostr.so’ not found

Thanks!

AlbertoAlmuinha commented 7 months ago

Hi,

Could you provide a reprex? It's difficult to debug without one.

Thanks