-
# Question
Dear GluonTS-Team,
- I was wondering what the shape&type of the prediction object for different Networks are.
- How can I infer the shape&type of any object within a defined `class…
-
First of all, thanks a lot for the interesting paper and for open-sourcing the corresponding model!
I was wondering about the precise relation of this project to gluonts. In the readme you're sayin…
-
## Description
[This method](https://github.com/awslabs/gluon-ts/blob/13eb1f5396240232ddc6ea04ad37eb8fbf3af150/src/gluonts/mx/model/predictor.py#L136-L138) is not really easy to use, since coming u…
-
Hi everyone !
I have previously installed pip install mxnet. I followed the tutorial but when I want to import a model (For example : from gluonts.model.simple_feedforward import SimpleFeedForward…
-
Hi, I am trying to use deepvar estimator but i am facing difficulty in figuring out what is target_dim – (Dimensionality of the input dataset)
i tried below code:
```
custom_ds_metadata = {'num…
-
Hello,
I am trying to use the Deep Factor Model model using a data set as follows:
state | industry | series_id | turnover | time | month | year
-- | -- | -- | -- | -- | -- | --
7 | 20 | A…
-
### Issue:
When I'm feeding transformed time series data into the trainer, processing appears to start, but actually doesn't make any progress.
### Description:
With ```gluonts.transform.Chain…
-
I'm trying to model a simulated series of weekly seasonal intermittent sales, with values between 0 and 4. I generated 5 years of simulated data:
![Screen Shot 2020-02-13 at 1 30 59 PM](https://us…
-
I get compilation error during pip install process on 18.04 when it build the ujson extension:
Running setup.py bdist_wheel for ujson ... error
Complete output from command /home/captain/anacon…
-
Is it possible to add a custom evaluation metric?
I am working on an intermittent demand forecast problem and found the [MAAPE](https://www.sciencedirect.com/science/article/pii/S0169207016000121) to…