diff --git a/pkgdown.yml b/pkgdown.yml index a6dbbb0..61f55dc 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2024-02-16T03:40Z +last_built: 2024-02-21T05:53Z urls: reference: https://bookish-disco-p832pyq.pages.github.io/reference article: https://bookish-disco-p832pyq.pages.github.io/articles diff --git a/reference/get_table_transformations.html b/reference/get_table_transformations.html index 35dfd85..8d75214 100644 --- a/reference/get_table_transformations.html +++ b/reference/get_table_transformations.html @@ -60,14 +60,15 @@

Usage

Arguments

transformation_result
-

A list in which each element is the result of -a transformation applied to a different dataset, computed with the -transform_dataset function.

+

A list in which each element is the result of a +transformation applied to a different dataset, computed with the +transform_dataset function.

best_normalize_details
-

Logical, should information about the transformations -selected by bestNormalize for each feature be displayed? Default value is FALSE.

+

Logical, should information about the +transformations selected by bestNormalize for each feature be displayed? +Default value is FALSE.

@@ -75,9 +76,9 @@

Value

A tibble with columns 'Dataset' and 'Transformation'. If -best_normalize_details = TRUE, an additional column 'Details' lists the chsoen -transformation applied to each feature of the corresponding dataset for a bestNormalize -transformation.

+best_normalize_details = TRUE, an additional column 'Details' lists the +chsoen transformation applied to each feature of the corresponding dataset +for a bestNormalize transformation.