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.