AlbertoAlmuinha / boostime

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

Installation of Boostime #2

Closed Allisterh closed 1 year ago

Allisterh commented 2 years ago

How do I get to install Boostime since catboost is not available for R. Every time I try to install from R the build fails because catboost is not available..

Steviey commented 2 years ago

catboost is available for R, not via CRAN, but via there website. It also works with tidymodels via treesnip like lightGbm does. I just tested engine: boost_arima() > auto_arima_catboost successfully. boost_arima() > auto_arima_lightgbm failed.

AlbertoAlmuinha commented 1 year ago

There is an issue with lightgbm and that's the reason of the failure. I think the people of the package was working on that.