-
---
Author Name: **Hank** (Hank)
Original Redmine Issue: 121139, https://vlab.noaa.gov/redmine/issues/121139
Original Date: 2023-10-02
---
Original description is below. This ticket has been repu…
epag updated
3 months ago
-
I have successfully used run_eval.py on a few of the long sequence forecasting data set, and the results look promising. From previous posts, I can see how a univariate sequence can be applied using t…
-
Thanks for open sourcing your work! I just had a comment on the model performance evaluation.
It looks like this package checks the best out-of-sample forecast for the last set of values of `test_s…
-
Use case would be for evaluation purposes, to identify whether a given forecast contains all desired quantiles, locations, targets. Skeleton might look like this:
input: a single forecast in standa…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.
I have a very specific forecasting use case that I solved elsewhere on my…
-
## Description
I get this error trying to run a simple evaluation as described in: https://ts.gluon.ai/tutorials/forecasting/extended_tutorial.html
## Error message or code output
(Paste the comp…
-
`leafgl`, `mapdeck` as options for rendering interactive maps with slide bars for date.
Would be nice to include weather data evaluation: look at how past weather forecasts compare to historical r…
-
I am trying to implement at my company a probabilistic model using gluon-ts.
At the moment I am experimenting with the Python API, however, in the future, I am planning to move my codebase to Sage…
-
In the evaluation method data from the second year is transformed by the model.
Previewing the predictions I see 7 values for ForecastedRentals in the results. I assumed that is because of the horizo…
-
A new paper from @jbracher and friends: Model Diagnostics and Forecast Evaluation for Quantiles (http://dx.doi.org/10.1146/annurev-statistics-032921-020240)
I found this a little hard to read if I …