awslabs/gluonts

Missing distributions

Open

#467 aperta il 20 nov 2019

Vedi su GitHub
 (10 commenti) (0 reazioni) (1 assegnatario)Python (753 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (3888 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Some of the distributions which are currently missing are:

  • Gamma
  • Beta (this can be implemented ad hoc, or can use Dirichlet internally, since it's a special case) Inflated distributions (these can be implemented as a MixtureDistribution with a "deterministic" one):
  • Zero-One-inflated Beta
  • Zero-inflated Gamma
  • Zero-inflated Poisson
  • Zero-inflated Negative Binomial

Guida contributor