score | R Documentation |
Compute the CRPS & logs score of your forecast
score(
forecast,
target,
allow_difftime = getOption("neon4cast.allow_difftime", TRUE),
...
)
forecast |
forecast data frame or file |
target |
target path or URL (csv file) |
allow_difftime |
Allow horizon to be expressed in difftime?
Default TRUE. Otherwise will be converted into a numeric expressing
difftime in seconds. Note that using difftime is not
always compatible with other formats. Behavior can also be set
globally using the option |
... |
additional parameters (Not used) |
Use [standardize_forecast]
manually if necessary first.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.