Transformers 文档

时间序列工具

时间序列工具

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

大多数这些内容只有在您研究时间序列模型的代码或希望添加到分布输出类集合中时才有用。

分布输出

transformers.time_series_utils.NormalOutput

< >

( dim: int = 1 )

正态分布输出类。

transformers.time_series_utils.StudentTOutput

< >

( dim: int = 1 )

Student-T 分布输出类。

transformers.time_series_utils.NegativeBinomialOutput

< >

( dim: int = 1 )

负二项分布输出类。

< > Update on GitHub