View source: R/recipes_utils.R
Unormalizes variable using standard deviation and mean from a recipe object. See ?recipes
.
1 | unnormalize(x, recipe, var, index = 1)
|
x |
Numeric vector to normalize. |
recipe |
Trained recipe object. |
var |
Variable name in the recipe object. |
index |
Determines which |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.