50% off: Unlimited data and AI learning.
The Learning Leader's Guide to AI Literacy

recipes (version 1.2.1)

.recipes_preserve_sparsity: Does step destroy sparsity of columns

Description

Does step destroy sparsity of columns

Usage

.recipes_preserve_sparsity(x, ...)

Value

Single logical.

Arguments

x

An object.

Details

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.