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
I noticed that the arima_boost function does not allow me to use additional parameters through the set_engine function for the ARIMA model, but sends all additional parameters for the XGBoost model.
Would it be possible to find a solution such as having to use a named list? Maybe in case one of the parameters is a list called "arima" you can take those parameters for the arima function and the rest for XGboost. In case there is no such list, it would continue as before.
The text was updated successfully, but these errors were encountered:
Hi @mdancho84 ,
I noticed that the
arima_boost
function does not allow me to use additional parameters through theset_engine
function for the ARIMA model, but sends all additional parameters for the XGBoost model.Would it be possible to find a solution such as having to use a named list? Maybe in case one of the parameters is a list called "arima" you can take those parameters for the arima function and the rest for XGboost. In case there is no such list, it would continue as before.
The text was updated successfully, but these errors were encountered: