Transformers documentation

時系列ユーティリティ

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

時系列ユーティリティ

このページには、時系列ベースのモデルに使用できるすべてのユーティリティ関数とクラスがリストされます。

これらのほとんどは、時系列モデルのコードを研究している場合、または分散出力クラスのコレクションに追加したい場合にのみ役立ちます。

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.

< > Update on GitHub