Closed jmoralez closed 1 year ago
Right now MLForecast.predict generates predictions for all series that were seen during training. It would be useful to have it compute forecasts for only a subset of the series.
MLForecast.predict
This can be desirable in a serving setting where forecasts are requested but only for a single or a few series. Also interactive use cases as described in https://github.com/Nixtla/mlforecast/discussions/165#discussioncomment-6591529
Description
Right now
MLForecast.predict
generates predictions for all series that were seen during training. It would be useful to have it compute forecasts for only a subset of the series.Use case
This can be desirable in a serving setting where forecasts are requested but only for a single or a few series. Also interactive use cases as described in https://github.com/Nixtla/mlforecast/discussions/165#discussioncomment-6591529