forecasting
Here are 943 public repositories matching this topic...
-
Updated
Sep 8, 2020
Is your feature request related to a problem? Please describe.
EnsembleForecaster does not currently accept weights. With #1136 and #1139 being worked on it would be nice to optionally allow users to pass weights to EnsembleForecaster
.
This would give users an out-of-the-box way to use ainverse error based weighting strategy in forecasting ensembles. Users could also supply other types
Description
(A clear and concise description of what the feature is.)
util.cumsum
implementation https://github.com/awslabs/gluon-ts/blob/master/src/gluonts/mx/util.py#L326 does not scale undermx.ndarray
cumsum
is 2-5 times slower thannd.cumsum
under bothmx.sym
andmx.ndarray
, and even fails for large 4-dim input
Sample test
Code
# import ...
def test_
-
Updated
May 21, 2021 - Python
-
Updated
Jul 10, 2021 - Python
Is your feature request related to a current problem? Please describe.
In order to create an outlier detection with Prophet, i need the full dataframe that's return Prophet
Describe proposed solution
Remove the hardcoded ["yhat"]
from Prophet.predict
add a variable asking to return just yhat
or all the predictions: 'yhat_lower', 'yhat_upper', etc..
https://unit8co.github.io/d
-
Updated
Jul 29, 2021 - Python
-
Updated
Jul 24, 2021 - Python
-
Updated
Jul 22, 2021 - Python
-
Updated
Oct 24, 2019 - Jupyter Notebook
Dear team,
I am in stuck when convert very large numpy array to your TSDatasets.
These are what I have tried to fix my issue:
- when building time-series, I used tensorflow.keras.preprocessing.timeseries_dataset_from_array. After this step, the memory is still fine
- I concatenate all batch data into numpy array, this step produces problem so I use numpy memmap to avoi
Is your feature request related to a problem? Please describe.
While sales forecasting, it is necessary that the model is given the input about the promotions, special events that are taken care of in the prophet model as the holiday effect. Does orbit support this feature?
-
The README.md does not mention or link to ReadTheDocs documentation. It would be great if it did.
-
The Getting Started page does mention ReadTheDocs documentation but does not link to it. We should add this [link](https://flow-forecast.readthedocs.io/en/la
-
Updated
Jan 17, 2018 - Python
-
Updated
Jul 25, 2021 - Python
-
Updated
Jun 28, 2021 - R
-
Updated
Jul 26, 2021 - Python
-
Updated
Apr 13, 2020
-
Updated
May 21, 2021 - Python
-
Updated
Jul 26, 2021 - Python
-
Updated
Jul 18, 2021 - Python
-
Updated
Jul 26, 2020 - R
-
Updated
Sep 2, 2019 - Python
-
Updated
Aug 1, 2021 - R
-
Updated
Mar 18, 2021 - Python
-
Updated
Oct 3, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the forecasting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the forecasting topic, visit your repo's landing page and select "manage topics."
Maybe I'm missing a setting, but there currently seems to be no inbuilt in way to enable legends for the plot functions. Would it be possible to add this feature? Many thanks.