Transformers documentation

时间序列工具

You are viewing main version, which requires installation from source. If you'd like regular pip install, checkout the latest stable version (v4.40.2).
Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

时间序列工具

此页面列出了可用于时间序列类模型的所有实用函数和类。

其中大多数仅在您研究时间序列模型的代码,或希望添加到分布输出类集合时有用。

输出分布

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.

< > Update on GitHub