Transformers documentation

Time Series Utilities

You are viewing v4.27.2 version. A newer version v4.39.2 is available.
Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

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.