Add support for multivariate forecasting in `Task` by shchur · Pull Request #15 · autogluon/fev
Issue #, if available: #4
Description of changes:
- This PR adds multivariate forecasting support to
fev.Task. There are only two changes required to define multivariate tasks:- The user must set
target_columnto alist[str]. - Predictions must be formatted as a
DatasetDictwhere each key corresponds to the name of the target column and each value is aDatasetcontaining the predictions for this column in format compatible withtask.predictions_schema.
- The user must set
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.