pipe_select: Applies select in a pipeline

Description Usage Arguments Value

Description

Applies select in a pipeline

Usage

1
pipe_select(train, ...)

Arguments

train

Data frame containing the train data.

...

Variables to be dropped / selected, as used in select_. This means you should provide arguments as strings: "col_1".

Value

A list of the transformed train dataset and a .predict function to be used on new data.


jeroenvdhoven/datapiper documentation built on July 14, 2019, 9:34 p.m.