Utilities for Time Series
Time Series Utilities
This page lists all the utility functions and classes that can be used for Time Series based models.
Most of those are only useful if you are studying the code of the time series models or you wish to add to the collection of distributional output classes.
Distributional Output
class transformers.time_series_utils.NormalOutput
( dim: int = 1 )
Normal distribution output class.
class transformers.time_series_utils.StudentTOutput
( dim: int = 1 )
Student-T distribution output class.
class transformers.time_series_utils.NegativeBinomialOutput
( dim: int = 1 )
Negative Binomial distribution output class.
Last updated