Transformers
加入 Hugging Face 社区
并获得增强的文档体验
时间序列工具
本页列出了所有可用于基于时间序列模型的实用函数和类。
这些工具中的大多数只有在您研究时间序列模型的代码或希望增加分布输出类集合时才有用。
分布输出
class transformers.time_series_utils.NormalOutput
< source > ( dim: int = 1 )
正态分布输出类。
class transformers.time_series_utils.StudentTOutput
< source > ( dim: int = 1 )
学生T分布输出类。
class transformers.time_series_utils.NegativeBinomialOutput
< source > ( dim: int = 1 )
负二项分布输出类。
< > 在 GitHub 上更新
© . This site is unofficial and not affiliated with Hugging Face, Inc.