pytorch-forecasting icon indicating copy to clipboard operation
pytorch-forecasting copied to clipboard

Time series forecasting with PyTorch

Results 401 pytorch-forecasting issues
Sort by recently updated
recently updated
newest added

- PyTorch-Forecasting version: 0.10.2 - PyTorch version: 1.8.2 - Python version: 3.9.12 - Operating System: Windows, Linux Ubuntu Subsystem ### Expected behavior I executed the example code from the [official...

PyTorch-Forecasting version : 0.9.2 PyTorch version : 1.11.0 Python version: 3.8.10 Operating System : NAME="Ubuntu" VERSION="20.04.2 LTS It is a time series dataset with continuous time_id for each investment_id as...

- PyTorch-Forecasting version: 0.10.2 - Python version: 3.9.7 Hello, I am currently trying to use DeepVAR for a dataset containing multiple series that each contains several correlated targets, I thought...

I have a dataset which records electricity data from 2019-01-01 to 2019-05-30,In this dataset, data is recorded every 15 minutes, do I need to build the time_idx as in the...

When I try to do `model.predict(df)` and `df` does not contain the target, I get an error. In predict mode, it shouldn't care if the "target" is present or not,...

PyTorch-Forecasting version: 0.10.1 PyTorch version: 1.11.0+cu113 Python version: 3.7.13 Operating System: ### Expected behavior Use an already trained model on X time series to make predictions not on these series,...

- PyTorch-Forecasting version: 0.10.1 PyTorch version: 1.11.0+cu113 Python version: 3.7.13 Operating System: ### Expected behavior Be able to easily retrieve time series name/ group_id after prediction ### Actual behavior Right...

- PyTorch-Forecasting version: 0.9.0 - PyTorch version: 1.10.0+cu102 - Python version: 3.7.13 - Operating System: Colab ### Expected behavior I reproduce the code, everything is ok until the hyperparameter tuning...

### Description This PR resolves #89. * I created a base logger class (`loggers.ForecastingLoggerBase`) to handle different loggers (e.g., TensorBoard, Wandb) using the same syntax. This inherits from the PyTorch...

Hi, I am not sure if this is the right forum, so sorry in advance if it is not. I am currently writing my thesis where I am using the...