pytorch-forecasting
pytorch-forecasting copied to clipboard
Time series forecasting with PyTorch
TimeSeriesDataSet with multiple targets
- PyTorch-Forecasting version: 0.9.2 - PyTorch version: - PyTorch-Lightning: 1.5.7 - Python version: 3.8.9 - Operating System: Win10 I'm trying to create a dataset with multiple targets. In my case...
AssertionError: filters should not remove entries all entries - check encoder/decoder lengths and lags for TFT
This is my data set having shape(208,3) there data column data start form 2015-12-25 to 2017-01-11 (having 14months of data ) This is the following settings i used. max_prediction_length =...
- PyTorch-Forecasting version: 0.10.1 - PyTorch version: 1.11.0+cu113 - Python version: 3.7.13 - Operating System: ### Expected behavior I tried to execute the sample code of N-HiTS tutorial on Colab....
Holidays effect
I tried to use the pytorch-forecasting for about 10 days with my own data. I found the holidays effect without be grasped by the model though the special days setted...
- PyTorch-Forecasting version: 0.10.1 - PyTorch version: 1.10.2+cu111 - Python version: 3.8.10 - Operating System: Ubuntu I recently experienced a `dtype` issue when using `TorchNormalizer` and managed to identify the...
Softplus transformation really slow in group normalizer
I have trained a TFT with multi-gpu using DDP strategy and the model is 24x slower if i use a group normalizer as target_normalizer of the TS dataset with "softplus"...
## 🐛 Bug code:https://pytorch-forecasting.readthedocs.io/en/latest/tutorials/stallion.html When max_epochs=1 and use cpu, it costs **9.6s** on win 10 and **382.79s** on linux. Using **AdvancedProfiler** from pytorch-lightning, there is difference in **SingleDeviceStrategy.validation_step** between platforms...
How to plot predictions using DeepAR
- PyTorch-Forecasting version: - PyTorch version: 0.10.1 - Python version: 3.8.10 - Operating System: Windows 10 ### Expected behaviour I ran the training for DeepAR, and I was expecting when...
- PyTorch-Forecasting version: 0.10.1 - PyTorch version: 1.11.0+cu113 - Python version: 3.7.13 - Operating System: VERSION="18.04.5 LTS (Bionic Beaver)" VERSION_ID="18.04" VERSION_CODENAME=bionic ### Expected behavior I executed code to fit my...
Failed to work on toy problem with a Saw function
I adapted the Stallion demo to work with a really [simple toy dataset](https://github.com/ReddSpark1/pytorch/blob/main/pytorch%20forecasting%20test.ipynb) that plots a Saw function. I tried to get Pytorch forecasting to then predict it, but the...