From 2111c36c372236f9de34105903f8567019df9f4d Mon Sep 17 00:00:00 2001 From: nikosbosse <37978797+nikosbosse@users.noreply.github.com> Date: Sun, 19 May 2024 08:42:48 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20epiforec?= =?UTF-8?q?asts/scoringutils@fbfbe56bd9d2d636affe15928b352edb1be59f85=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev/articles/scoring-rules.html | 2 +- dev/articles/scoringutils.html | 5 ++--- dev/authors.html | 4 ++-- dev/index.html | 7 +++---- dev/pkgdown.yml | 2 +- dev/reference/as_forecast.html | 6 ++---- dev/reference/log_shift.html | 3 +-- dev/reference/metrics_binary.html | 8 ++++---- dev/reference/metrics_point.html | 8 ++++---- dev/reference/metrics_quantile.html | 22 +++++++++++----------- dev/reference/metrics_sample.html | 16 ++++++++-------- dev/reference/print.forecast_binary.html | 3 +-- dev/reference/sample_to_quantile.html | 3 +-- dev/reference/scoringutils-package.html | 2 +- dev/reference/select_metrics.html | 4 ++-- dev/reference/transform_forecasts.html | 12 ++++-------- dev/search.json | 2 +- 17 files changed, 49 insertions(+), 60 deletions(-) diff --git a/dev/articles/scoring-rules.html b/dev/articles/scoring-rules.html index f64ff021..822d3894 100644 --- a/dev/articles/scoring-rules.html +++ b/dev/articles/scoring-rules.html @@ -54,7 +54,7 @@
vignettes/scoring-rules.Rmd
scoring-rules.Rmd
vignettes/scoringutils.Rmd
scoringutils.Rmd
forecast_quantile
-#> Forecast type:
-#> quantile
+#> Forecast type: quantile
#> Forecast unit:
#> model, location, target_end_date, forecast_date, target_type, and horizon
#>
diff --git a/dev/authors.html b/dev/authors.html
index 2c9bfa4d..aadda9f2 100644
--- a/dev/authors.html
+++ b/dev/authors.html
@@ -29,7 +29,7 @@ Authors and Citation
Authors
-
-
Nikos Bosse. Author, maintainer.
+
Nikos Bosse. Author, maintainer.
-
@@ -37,7 +37,7 @@
Authors
-
-
-
diff --git a/dev/index.html b/dev/index.html
index ab73c982..571b2315 100644
--- a/dev/index.html
+++ b/dev/index.html
@@ -96,8 +96,7 @@
Input formats and input validation#> unexpected.
print(forecast_quantile, 2)
-#> Forecast type:
-#> quantile
+#> Forecast type: quantile
#> Forecast unit:
#> location, forecast_date, target_end_date, target_type, model, and horizon
#>
@@ -239,10 +238,10 @@ Citation
Developers
-
-Nikos Bosse
Author, maintainer
+Nikos Bosse
Author, maintainer
-
Sam Abbott
Author
-- Hugo Gruson
Author
+- Hugo Gruson
Author
- Sebastian Funk
Author
- More about authors...
diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml
index 68c1efea..d0080ba1 100644
--- a/dev/pkgdown.yml
+++ b/dev/pkgdown.yml
@@ -6,7 +6,7 @@ articles:
Deprecated-visualisations: Deprecated-visualisations.html
scoring-rules: scoring-rules.html
scoringutils: scoringutils.html
-last_built: 2024-05-18T19:27Z
+last_built: 2024-05-19T08:41Z
urls:
reference: https://epiforecasts.io/scoringutils/reference
article: https://epiforecasts.io/scoringutils/articles
diff --git a/dev/reference/as_forecast.html b/dev/reference/as_forecast.html
index 7d07382e..592116a7 100644
--- a/dev/reference/as_forecast.html
+++ b/dev/reference/as_forecast.html
@@ -185,8 +185,7 @@ Examplesas_forecast(example_binary)
#> ℹ Some rows containing NA values may be removed. This is fine if not
#> unexpected.
-#> Forecast type:
-#> binary
+#> Forecast type: binary
#> Forecast unit:
#> location, location_name, target_end_date, target_type, forecast_date, model,
#> and horizon
@@ -224,8 +223,7 @@ Examples)
#> ℹ Some rows containing NA values may be removed. This is fine if not
#> unexpected.
-#> Forecast type:
-#> quantile
+#> Forecast type: quantile
#> Forecast unit:
#> model, target_type, target_end_date, horizon, and location
#>
diff --git a/dev/reference/log_shift.html b/dev/reference/log_shift.html
index 31d48994..d4e6576a 100644
--- a/dev/reference/log_shift.html
+++ b/dev/reference/log_shift.html
@@ -83,8 +83,7 @@ Examples )
#> ℹ Some rows containing NA values may be removed. This is fine if not
#> unexpected.
-#> Forecast type:
-#> quantile
+#> Forecast type: quantile
#> Forecast unit:
#> location, target_end_date, target_type, location_name, forecast_date, model,
#> horizon, and scale
diff --git a/dev/reference/metrics_binary.html b/dev/reference/metrics_binary.html
index 03c23a46..5251e47c 100644
--- a/dev/reference/metrics_binary.html
+++ b/dev/reference/metrics_binary.html
@@ -72,7 +72,7 @@ Examples#> brierscore <- (observed - predicted)^2
#> return(brierscore)
#> }
-#> <bytecode: 0x560ea70624a8>
+#> <bytecode: 0x55674d8955f0>
#> <environment: namespace:scoringutils>
#>
#> $log_score
@@ -83,7 +83,7 @@ Examples#> logs <- -log(1 - abs(observed - predicted))
#> return(logs)
#> }
-#> <bytecode: 0x560ea78df4f0>
+#> <bytecode: 0x55674d8947b8>
#> <environment: namespace:scoringutils>
#>
metrics_binary(select = "brier_score")
@@ -95,7 +95,7 @@ Examples#> brierscore <- (observed - predicted)^2
#> return(brierscore)
#> }
-#> <bytecode: 0x560ea70624a8>
+#> <bytecode: 0x55674d8955f0>
#> <environment: namespace:scoringutils>
#>
metrics_binary(exclude = "log_score")
@@ -107,7 +107,7 @@ Examples#> brierscore <- (observed - predicted)^2
#> return(brierscore)
#> }
-#> <bytecode: 0x560ea70624a8>
+#> <bytecode: 0x55674d8955f0>
#> <environment: namespace:scoringutils>
#>
diff --git a/dev/reference/metrics_point.html b/dev/reference/metrics_point.html
index 4139bba8..4dbbc04c 100644
--- a/dev/reference/metrics_point.html
+++ b/dev/reference/metrics_point.html
@@ -72,7 +72,7 @@ Examples#> {
#> return(abs(actual - predicted))
#> }
-#> <bytecode: 0x560ea57f2d38>
+#> <bytecode: 0x556747b6bc08>
#> <environment: namespace:Metrics>
#>
#> $se_point
@@ -80,7 +80,7 @@ Examples#> {
#> return((actual - predicted)^2)
#> }
-#> <bytecode: 0x560ea57f2440>
+#> <bytecode: 0x556747b6b310>
#> <environment: namespace:Metrics>
#>
#> $ape
@@ -88,7 +88,7 @@ Examples#> {
#> return(ae(actual, predicted)/abs(actual))
#> }
-#> <bytecode: 0x560ea57f1aa0>
+#> <bytecode: 0x556747b6a970>
#> <environment: namespace:Metrics>
#>
metrics_point(select = "ape")
@@ -97,7 +97,7 @@ Examples#> {
#> return(ae(actual, predicted)/abs(actual))
#> }
-#> <bytecode: 0x560ea57f1aa0>
+#> <bytecode: 0x556747b6a970>
#> <environment: namespace:Metrics>
#>
diff --git a/dev/reference/metrics_quantile.html b/dev/reference/metrics_quantile.html
index 84be3fc0..49956927 100644
--- a/dev/reference/metrics_quantile.html
+++ b/dev/reference/metrics_quantile.html
@@ -148,7 +148,7 @@ Maintainer: Nikos Bosse nikosbosse@gmail.com (ORCID)
Authors:
Sam Abbott contact@samabbott.co.uk (ORCID)
Hugo Gruson hugo.gruson@lshtm.ac.uk (ORCID)
Hugo Gruson hugo.gruson+R@normalesup.org (ORCID)
Sebastian Funk sebastian.funk@lshtm.ac.uk
Other contributors:
Johannes Bracher johannes.bracher@kit.edu (ORCID) [contributor]
Toshiaki Asakura toshiaki.asa9ra@gmail.com (ORCID) [contributor]