boostime icon indicating copy to clipboard operation
boostime copied to clipboard

How to call arima + LightGBM?

Open eteitelbaum opened this issue 1 year ago • 1 comments

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!

eteitelbaum avatar Nov 05 '23 13:11 eteitelbaum

Hi,

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

Thanks

AlbertoAlmuinha avatar Nov 23 '23 19:11 AlbertoAlmuinha