-
# Using FZF to select files for any program or command | Matthew Bennett
I am a data scientist working on time series forecasting (using R and Python 3) at the London Ambulance Service NHS Trust. I e…
-
* Well water testing
* Online water course
* Soil moisture sensors for 4-H
* Forecasting Crop ET
* Improving streamflow forecasts
-
https://andrew.cmu.edu/~yangli1/Forecaster_ECAI2020.pdf
## Detailed Description
Only skimmed it but a transformer graph model, but for more general forecasting.
## Context
## Possible Implementat…
-
posted by @anthonygiorgio97 in #2452
(added some missing imports)
---
Another strange behaviour is that if `fh=[1,2]` the code below works, but if `fh=[1,2,3]` or `[1,2,3,4],...` or longer, I hav…
-
#### Suggest a potential alternative/fix
I have seen your notebook of time series forecasting. However, I am missing an example with multiple seasonalities, for example: weekly and yearly.
-
A to-do list of things that still need to be done on the statespace models, to organize future PRs. Anyone is free to add to (or subtract from!) the list.
- [ ] **High priority**: Allow post-estima…
-
I want to reproduce the experimental results, but it seems some hyper-parameters setting is not clear, the best performance of the Covid dataset is mae:0.134224995970726, rmse:0.1728876382112503, wit…
-
- PyTorch-Forecasting version: 0.10.3
- PyTorch version: 1.12.1
- Python version: 3.8
- Operating System: Ubuntu 20.04
### Expected behavior
I created a simple `TimeSeriesDataset` without spe…
-
Code for running the ENIAC model for general forecasting, vs. the hard-wired reproduction of the original.
-
The current logic expires the model after k time units depending on the data frequency. This prevents forecasting for long terms. The expiry logic should be change to optional.