train_model: Train a classification or regression model

Description Usage Arguments Methods (by class)

Description

Generic function for training a model.

Usage

1
2
3
4
5
6
7
train_model(test, data, ...)

## S3 method for class 'classification'
train_model(test, data, ...)

## S3 method for class 'regression'
train_model(test, data, ...)

Arguments

test

The test object. This is passed so the method can be extracted.

data

An object of class "regression" or "classification" with at least x, y, train and holdout

...

Extra arguments to pass to the classification or regression method

Methods (by class)


crtests documentation built on May 1, 2019, 9:09 p.m.