Deep learning library for time series forecasting based on PyTorch.
Project description
DeepTimeSeries
Last update Oct.19, 2022
Deep learning library for time series forecasting based on PyTorch. It is under development and the first released version will be announced soon.
Why DeepTimeSeries?
DeepTimeSeries is inspired by libraries such as Darts
and
PyTorch Forecasting
. So why was DeepTimeSeries developed?
The design philosophy of DeepTimeSeries is as follows:
We present logical guidelines for designing various deep learning models for time series forecasting
Our main target users are intermediate-level users who need to develop deep learning models for time series prediction. We provide solutions to many problems that deep learning modelers face because of the uniqueness of time series data.
We additionally implement a high-level API, which allows comparatively beginners to use models that have already been implemented.
Supported Models
Model | Target features | Non-target features | Deterministic | Probabilistic |
---|---|---|---|---|
MLP | o | o | o | o |
Dilated CNN | o | o | o | o |
Vanilla RNN | o | o | o | o |
LSTM | o | o | o | o |
GRU | o | o | o | o |
Transformer | o | o | o | o |
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for deep_time_series-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d24bca585fbce36fcc6f74bcece87dd8df70519e31c8c47b722b987e0a753ba |
|
MD5 | f67ce9625c3c59b73a4f49277006342e |
|
BLAKE2b-256 | ee33d1c8b4f90dc74dc86f35c28b336b8dca1257bda737c951be438fcbf6ad4e |