newPipeline: Create an object of class Pipeline

Description Usage Arguments Value Examples

View source: R/newPipeline.R

Description

A more detailed description will eventually go here...

Usage

1
newPipeline(label, cv = "lgocv", nfolds = 10, p = 0.8)

Arguments

label

a character string

cv

the cross-validation methodology to employ. One of 'cv', 'loocv', 'lgocv', or 'boot'

nfolds

the number of folds to use in k-fold, leave-group out, or bootstrapped cross-validation

p

the proportion of samples included in the training set in each fold

Value

an object of class Pipeline

Examples

1
2
3
4
## Not run: 
newPipeline(label="example pipeline",cv="lgocv",nfolds=10,p=0.80)

## End(Not run)

jperezrogers/rabbit documentation built on Feb. 9, 2020, 4:59 p.m.