From 47fc1bde4287b37e92b65c089e5df31b3538fa5f Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Thu, 12 Sep 2024 19:40:29 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20tidymode?= =?UTF-8?q?ls/tailor@4988258ccf9de1e2157a0b0080934c22430203de=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgdown.yml | 2 +- reference/adjust_equivocal_zone.html | 4 ++-- reference/adjust_numeric_calibration.html | 4 ++-- reference/adjust_numeric_range.html | 2 +- reference/adjust_predictions_custom.html | 4 ++-- reference/adjust_probability_calibration.html | 2 +- reference/adjust_probability_threshold.html | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pkgdown.yml b/pkgdown.yml index 8035cd7..2d95fb0 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.11 pkgdown: 2.1.0 pkgdown_sha: ~ articles: {} -last_built: 2024-09-12T19:34Z +last_built: 2024-09-12T19:40Z urls: reference: https://tailor.tidymodels.org/reference article: https://tailor.tidymodels.org/articles diff --git a/reference/adjust_equivocal_zone.html b/reference/adjust_equivocal_zone.html index b7264da..174c9df 100644 --- a/reference/adjust_equivocal_zone.html +++ b/reference/adjust_equivocal_zone.html @@ -46,7 +46,7 @@

Argumentsx -

A tailor().

+

A tailor().

value
@@ -73,7 +73,7 @@

Exampleslibrary(modeldata) post_obj <- - tailor() %>% + tailor() %>% adjust_equivocal_zone(value = 1 / 4) diff --git a/reference/adjust_numeric_calibration.html b/reference/adjust_numeric_calibration.html index 6fc77b9..c0b0dca 100644 --- a/reference/adjust_numeric_calibration.html +++ b/reference/adjust_numeric_calibration.html @@ -46,7 +46,7 @@

Argumentsx -

A tailor().

+

A tailor().

method
@@ -91,7 +91,7 @@

Examples # specify calibration reg_tailor <- - tailor() %>% + tailor() %>% adjust_numeric_calibration(method = "linear") # train tailor diff --git a/reference/adjust_numeric_range.html b/reference/adjust_numeric_range.html index 30f5b26..eadc874 100644 --- a/reference/adjust_numeric_range.html +++ b/reference/adjust_numeric_range.html @@ -46,7 +46,7 @@

Argumentsx -

A tailor().

+

A tailor().

upper_limit, lower_limit
diff --git a/reference/adjust_predictions_custom.html b/reference/adjust_predictions_custom.html index ca089c0..afef83e 100644 --- a/reference/adjust_predictions_custom.html +++ b/reference/adjust_predictions_custom.html @@ -46,7 +46,7 @@

Argumentsx -

A tailor().

+

A tailor().

...
@@ -65,7 +65,7 @@

Exampleslibrary(modeldata) post_obj <- - tailor() %>% + tailor() %>% adjust_equivocal_zone() %>% adjust_predictions_custom(linear_predictor = binomial()$linkfun(Class2)) diff --git a/reference/adjust_probability_calibration.html b/reference/adjust_probability_calibration.html index 01078fa..8679cd1 100644 --- a/reference/adjust_probability_calibration.html +++ b/reference/adjust_probability_calibration.html @@ -46,7 +46,7 @@

Argumentsx -

A tailor().

+

A tailor().

method
diff --git a/reference/adjust_probability_threshold.html b/reference/adjust_probability_threshold.html index 2ffd55e..547f393 100644 --- a/reference/adjust_probability_threshold.html +++ b/reference/adjust_probability_threshold.html @@ -46,7 +46,7 @@

Argumentsx -

A tailor().

+

A tailor().

threshold
@@ -60,7 +60,7 @@

Exampleslibrary(modeldata) post_obj <- - tailor() %>% + tailor() %>% adjust_probability_threshold(threshold = .1) two_class_example %>% count(predicted)