pytorch-forecasting · PyPI
https://pypi.org/project/pytorch-forecasting29.11.2021 · PyTorch Forecasting is a PyTorch-based package for forecasting time series with state-of-the-art network architectures. It provides a high-level API for training networks on pandas data frames and leverages PyTorch Lightning for scalable training on (multiple) GPUs, CPUs and for automatic logging. Our article on Towards Data Science introduces ...
pytorch-forecasting · PyPI
pypi.org › project › pytorch-forecastingNov 29, 2021 · PyTorch Forecasting is a PyTorch-based package for forecasting time series with state-of-the-art network architectures. It provides a high-level API for training networks on pandas data frames and leverages PyTorch Lightning for scalable training on (multiple) GPUs, CPUs and for automatic logging. Our article on Towards Data Science introduces ...
pytorch_forecasting.models.deepar — pytorch-forecasting ...
https://pytorch-forecasting.readthedocs.io/.../models/deepar.htmldef predict (self, data: Union [DataLoader, pd. DataFrame, TimeSeriesDataSet], mode: Union [str, Tuple [str, str]] = "prediction", return_index: bool = False, return_decoder_lengths: bool = False, batch_size: int = 64, num_workers: int = 0, fast_dev_run: bool = False, show_progress_bar: bool = False, return_x: bool = False, mode_kwargs: Dict [str, Any] = None, n_samples: int = 100 ...