pp_transform: Create a pp module which transform features.

Description Usage Arguments

Description

Create a pp module which transform features.

Usage

1
pp_transform(cols, fun, desc = NULL, data = NULL, standby = TRUE)

Arguments

cols

A character vector. Specify the names of features to convert.

fun

Transformation function such as 'log', 'sqrt', etc.

desc

(optional) Description of the module.


jeongnna/dps documentation built on May 5, 2019, 12:27 a.m.