pypi gluonts 0.12.0

latest releases: 0.16.0, 0.16.0rc1, 0.15.1...
22 months ago

Overview

Support for Python 3.6 is dropped (#2542).

Models:

  • Added PyTorch implementation of the Temporal Fusion Transformer model (#2536)
  • Various improvements to PyTorch DeepAR (#2433, #2476, #2545, #2552, #2553, #2556, #2596)
  • Added wrappers for statsforecast models (#2360, #2515, #2561)
  • Added wrappers for hierarchical time series models in R (#2396, #2406, #2412)
  • Updated R wrappers and dockerfile (#2571, #2572)
  • Important the Naive2, Rforecast, Prophet, and Rotbaum models have been moved to gluonts.ext (#2362, #2597)

Data:

  • Improved PandasDataset: allows specifying static features as a separate dataframe,
    instead of wastefully replicate feature values over time. This was particularly problematic
    in large datasets, such as M5. In the new setup, static features are provided via
    a separate dataframe indexed by item_id, and the dtype of each column determinins
    which are numerical vs categorical features, with automated detection of cardinalities
    in the latter case. See the updated tutorial notebook on how to use it.

Evaluation:

  • New evaluation module gluonts.ev (#2450) will gradually replace the existing
    gluonts.evaluation as an improved, more flexible alternative.

Changelog

Breaking changes

Major improvements / new features

Minor improvements / new features

Bug fixes

Documentation

Test / setup changes

Other

Don't miss a new gluonts release

NewReleases is sending notifications on new releases.