noControlModel: caret model fit function

Description Usage Arguments Value Examples

View source: R/noControlRegressionFittingFunction.R

Description

caret model fit function

Usage

1
2
3
noControlModel(X = trainX, Y = train$ActualPoints, algo = "lm",
  pre = c("center", "scale", "YeoJohnson"), trMethod = NULL,
  seedNum = 14)

Arguments

X

data

Y

target Variable

algo

caret method to use

pre

preProcess params

seedNum

seed number

para

parallel? T/F

Value

trainModel

Examples

1
noControlModel(X=mlbAllBats,Y=ActualPoints,algo="lmStepAIC",seedNum=14,para=TRUE)

benjaminryanclarke/rDailyFantasy documentation built on May 24, 2019, 7:53 a.m.