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.

