transform_and_expand: Transform features with a trained imputation learner and...

View source: R/optimpute.R

transform_and_expandR Documentation

Transform features with a trained imputation learner and create adaptive indicator features to encode the missing pattern

Description

Julia Equivalent: IAI.transform_and_expand

Usage

transform_and_expand(lnr, X, ...)

Arguments

lnr

The learner to use for imputation.

X

The dataframe in which to impute missing values.

...

Refer to the Julia documentation for available parameters.

IAI Compatibility

Requires IAI version 3.0 or higher.

Examples

## Not run: lnr <- iai::transform_and_expand(lnr, X, type = "finite")


iai documentation built on July 9, 2023, 5:41 p.m.