.recipes_preserve_sparsity | R Documentation |
Does step destroy sparsity of columns
.recipes_preserve_sparsity(x, ...)
x |
An object. |
This function return TRUE
if modifications by this step is expected to
destroy sparsity of its columns. It does not know whether it will happen or
not since it doesn't know if the step will select sparse columns or not.
It returns FALSE
for steps that have been modified to handle sparse columns
correctly.
Single logical.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.