Description Usage Arguments Value See Also Examples
This function will check to make sure the structure is correct and that the forecast probabilities are non-negative and sum to a value between 0.9 and 1.1. For binary targets, this function will check if the forecast provavilities are between 0 and 1.
1 | verify_entry_file(file, challenge = "ilinet")
|
file |
A csv entry file |
challenge |
one of "ilinet" or "state_ili" or "hospitalization", indicating which challenge the submission is for |
Invisibly returns TRUE
if successful, FALSE
if not
1 2 3 4 5 | ## Not run:
file <- system.file("extdata/2020-ew10-valid-national.csv",package="cdcForecastUtils")
verify_entry_file(file)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.