SalesforceAIResearch / uni2ts

[ICML2024] Unified Training of Universal Time Series Forecasting Transformers
Apache License 2.0
611 stars 49 forks source link

Question about "MIXTURE DISTRIBUTION". #47

Closed Hank0626 closed 1 month ago

Hank0626 commented 1 month ago

Where is the mixture distribution actually implemented?

gorold commented 1 month ago

https://github.com/SalesforceAIResearch/uni2ts/blob/c4d75a3053c14e27ac4d875d7b31987abc1090a1/src/uni2ts/distribution/mixture.py#L28

Hank0626 commented 1 month ago

tks