Open samosun opened 2 years ago
Thanks for sharing the code. I am learning multivariate timeseries forecasting. I notice that DeepVARHierarchicalEstimator in gluonts mainline only support "multivariate Gaussian with diagonal covariance and no transformation" as comment said: https://github.com/awslabs/gluon-ts/blob/master/src/gluonts/model/deepvar_hierarchical/_estimator.py#L213
If I want to use DeepVARHierarchicalEstimator with rank >0 W and cdf transformation , any advice of which part should I start trying to fix? Or I should use DeepHierEstimator in this repository.
Thank you.
Thanks for sharing the code. I am learning multivariate timeseries forecasting. I notice that DeepVARHierarchicalEstimator in gluonts mainline only support "multivariate Gaussian with diagonal covariance and no transformation" as comment said: https://github.com/awslabs/gluon-ts/blob/master/src/gluonts/model/deepvar_hierarchical/_estimator.py#L213
If I want to use DeepVARHierarchicalEstimator with rank >0 W and cdf transformation , any advice of which part should I start trying to fix? Or I should use DeepHierEstimator in this repository.
Thank you.