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)