Skip to content

Commit

Permalink
update comment in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse committed Nov 29, 2023
1 parent 787e99e commit 3947359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/scoringutils.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ library(magrittr)
library(data.table)
library(ggplot2)
library(knitr)
data.table::setDTthreads(2) # restricts number of cores used on CRAN
# number of threads used for data.table computation, update as needed
data.table::setDTthreads(2)

Check warning on line 23 in vignettes/scoringutils.Rmd

View workflow job for this annotation

GitHub Actions / lint-changed-files

file=vignettes/scoringutils.Rmd,line=23,col=28,[trailing_whitespace_linter] Trailing whitespace is superfluous.
```

The `scoringutils` package provides a collection of metrics and proper scoring rules that make it simple to score probabilistic forecasts against the true observed values. You can find more information in the paper [Evaluating Forecasts with scoringutils in R](https://arxiv.org/abs/2205.07090) as well as the [Metrics-Vignette](https://epiforecasts.io/scoringutils/articles/metric-details.html) and the [Scoring forecasts directly Vignette](https://epiforecasts.io/scoringutils/articles/scoring-forecasts-directly.html).
Expand Down

0 comments on commit 3947359

Please sign in to comment.