-
Hi,
I wonder how I can make a forecast without using y_hist in the model. I would like to make a forecast using a recursive method. (forecasts based on the prediction of the model from the previous t…
-
Both this repo and the nwp consumer can pull down and process nwp data, and on the surface do very similar work, although the nwp consumer does have a lot more features. Should we consolidate on nwp c…
-
Hello.
This does exactly what I've always wanted, so thank you so much!
Simple request. Could you add in language and unit arguments to the function calls? You hardcoded in the language as "en-…
-
Over the US, the 00 and 12 z radiosondes are launched during sunset and sunrise transition times, respectively. During these transitions, the temperature, humidity, and wind profiles can change very …
-
Hi, I love your HA integration.
Is there a chance to include sensors, that show the actual past situation, e.g. for precipitation.
I'd like to have a sensor, that tells me the actual precipitation…
-
My understanding is that currently, forecasters in this package can produce predictive quantiles. However, in many disease forecasting hubs, there is interest in collecting sample trajectories. It c…
-
To reproduce:
1. Edit a MERI plan.
2. Find a In the Service Outcome targets section, find a service where there are no outcome targets entered, or blank them all out.
3. Enter data into the forecast…
-
When running `pred = prophet.predict(future_df)`, the rows of `pred` are not guaranteed to correspond to the rows of `future_df`.
Here is a MWE:
```
import pandas as pd
from prophet import Pro…
-
Any chance someone at mrc-ide could add the Brazilian admin_unit file to the repository? I see there are some plots at https://mrc-ide.github.io/covid19-short-term-forecasts/index.html, but couldn't f…
-
Hey @parkermac! I see a few improvements I could make to the LO readme.
Would you like a pull request with a few edits?
For context, I'm trying to understand (and enhance?) Live Ocean a bit more…