getTrainModel: Get trained model for given binary class method name

Description Usage Arguments Value

Description

This funtion performs the hyper-tuning for given model. Trains model on full train dataset, and returns trained model

Usage

1
getTrainModel(x, y, methodName, verboseIter = FALSE, tuneLength = 10)

Arguments

x

Matrix or dataframe with numeric values (features of train data)

y

Vector (class of given train data)

methodName

Dataframe row returned from getBestModel(Ex. method_list[1,], here method_list is a dataframe returned from getBestModel and giving 1st method as input to train model)

verboseIter

Boolean value (print progress)

Value

Vector that contains environment and algorithm name


nishantborude/Brainoread documentation built on May 23, 2019, 7:05 p.m.