Skip to content
#

forecasting

Here are 943 public repositories matching this topic...

sktime
RNKuhns
RNKuhns commented Jul 17, 2021

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

gluon-ts
fawolfmann
fawolfmann commented Oct 26, 2020

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

HariWu1995
HariWu1995 commented Jun 3, 2021

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
flow-forecast

Improve this page

Add a description, image, and links to the forecasting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the forecasting topic, visit your repo's landing page and select "manage topics."

Learn more