pp_grid: Create pp_grid module.

Description Usage Arguments

Description

Create pp_grid module.

Usage

1
2
3
4
5
pp_grid(..., data, default = pp(), type = "grid")

pp_switch(..., data, default = pp())

pp_step(..., data, default = pp())

Arguments

...

pp modules.

data

A data frame. It should be a training data.

default

The baseline pp module. It will precede other modules in all cases in grid.

type

If '"grid"', all possible subsets will be considered. If '"switch"', each module will be added to default indepentently. If '"step"', modules will be added to default one by one.


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