Minor fixes and optimizations by shchur · Pull Request #29 · autogluon/fev
Issue #, if available:
Description of changes:
- Make
__version__available viafrom fev import __version__ - Silence warnings from
datasetswhen callingds.map(..., num_proc=num_proc)withnum_proc > len(ds). - Enable multivariate dataset support in
GluonTSAdapter. - Speed up
fev.utils.validate_time_series_datasetfor large datasets (down from 8s to 0.8s form5_with_covariatesdataset).
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.