neuralforecast
pytorch-forecasting
neuralforecast | pytorch-forecasting | |
---|---|---|
84 | 9 | |
3,440 | 4,252 | |
3.8% | 2.2% | |
8.6 | 9.0 | |
8 days ago | 4 days ago | |
Python | Python | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
neuralforecast
- [D] Doubts on the implementation of LSTMs for timeseries prediction (like including weather forecasts)
- neuralforecast: NEW Data - star count:1877.0
- neuralforecast: NEW Data - star count:1773.0
- neuralforecast: NEW Data - star count:1749.0
- neuralforecast: NEW Data - star count:1696.0
- neuralforecast: NEW Data - star count:1663.0
pytorch-forecasting
- FLaNK Stack Weekly for 14 Aug 2023
-
Pytorch Lstm
Source: Conversation with Bing, 4/5/2023 (1) jdb78/pytorch-forecasting: Time series forecasting with PyTorch - GitHub. https://github.com/jdb78/pytorch-forecasting. (2) Time Series Prediction with LSTM Using PyTorch - Colaboratory. https://colab.research.google.com/github/dlmacedo/starter-academic/blob/master/content/courses/deeplearning/notebooks/pytorch/Time_Series_Prediction_with_LSTM_Using_PyTorch.ipynb. (3) time-series-classification · GitHub Topics · GitHub. https://github.com/topics/time-series-classification. (4) PyTorch: Dataloader for time series task - Stack Overflow. https://stackoverflow.com/questions/57893415/pytorch-dataloader-for-time-series-task.
-
[D] What is the best approach to create embeddings for time series with additional historical events to use with Transformers model?
Temporal fusion transformer https://github.com/jdb78/pytorch-forecasting
-
LSTM/CNN architectures for time series forecasting[Discussion]
Pytorch-forecasting
- Can someone help me with this? It's been days that i struggle with this problem, Forecasting w DeepAR
- Can someone help me with this? it's been days that i struggle with this problem
-
[P] Beware of false (FB-)Prophets: Introducing the fastest implementation of auto ARIMA [ever].
To name a few: https://github.com/jdb78/pytorch-forecasting, https://github.com/unit8co/darts, https://github.com/Nixtla/neuralforecast
-
When to go for an 'easy' time-series model vs. using a complex deep learning model (when having experience with the latter)
I'm a data trainee at this organisation. I wrote my master thesis about using an event clustering mechanism to enrich an existing dataset to improve short-term demand predictions, using Pytorch Forecasting using the temporal fusion transformer component, and LightGBM (and compare the models with and w/o the event feature, so 4 runs in total).
-
A python library for easy manipulation and forecasting of time series.
Darts is a pretty nice one. I've recently been using pytorch-forecasting for larger models like the Temporal Fusion Transformer. https://github.com/jdb78/pytorch-forecasting
What are some alternatives?
darts - A python library for user-friendly forecasting and anomaly detection on time series.
statsforecast - Lightning ⚡️ fast forecasting with statistical and econometric models.
Prophet - Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
nixtla - TimeGPT-1: production ready pre-trained Time Series Foundation Model for forecasting and anomaly detection. Generative pretrained transformer for time series trained on over 100B data points. It's capable of accurately predicting various domains such as retail, electricity, finance, and IoT with just a few lines of code 🚀.
Lime-For-Time - Application of the LIME algorithm by Marco Tulio Ribeiro, Sameer Singh, Carlos Guestrin to the domain of time series classification