Replies: 3 comments 2 replies
-
Hi @AsierRGdD, the answer to both questions is yes, you just need to pass them in your dataframe to the fit methods and use a model that can use them (e.g. LightGBM). If you don't specify a value for |
Beta Was this translation helpful? Give feedback.
-
Hi @jmoralez ! Thanks for the quick reply, it has been really valuable for me. I still don't understand how to forecast with a certain combination of these shared predictors. Do I have to include [pred_0 | pred_1 | pred_2] as data parameter in fit whereas in forecasting it would be passed to new_data? I only have another little question around the data and the possible regressor (i.e LightGBM): How is going to work the model with low data (more or less 20 days for each id with shared predictors). I have been thinking also in any kind of bayesian method. Thanks again |
Beta Was this translation helpful? Give feedback.
-
I also am a bit confused by how My understanding is the Perhaps I have it backwards and |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm such trouble with one problem and I don't know if mlforecast can deal with it.
As in the readme appears, there are some static features that can be given to the model in order to have more information i.e static_0:
My question is divided in two parts:
a) Can the static value be categorical?
b) Can different series 'share' this values as extra predictors in order to learn patterns from them? For example:
As you can see in these dataset example, id series 1 and 2 share pred_0 and pred_2 within two days (02 and 03) so there might be a pattern under these predictors which affects for both series. Does mlforecast handle this kind of problem? If not, any hint or advice for solving it?
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions