Compute predictions for only a subset of the training ids
By default all series seen during training will be forecasted with the
predict method. If youβre only interested in predicting a couple of them
you can use the
ids argument.
Note that the ids mustβve been seen during training, if you try to
predict an id that wasnβt there youβll get an error.

