pre_impute: Basic imputation

Description Usage Arguments Value Author(s)

View source: R/imputation.r

Description

This solution is optimized for the scenario that the dataset is very large but only contains missing values in a small number of columns.

Usage

1
2
3
4
5

Arguments

data

Fitting and test datasets, as returned by pre_split or any other standard pre-processing function.

fun

Function for calculating imputation values. Should take a vector and return a scalar.

...

Sent to fun.

Value

A pair of fitting and testing datasets.

Author(s)

Christofer Bäcklin


emil documentation built on Aug. 1, 2018, 1:03 a.m.

Related to pre_impute in emil...