mi_train_rp {MantaID}R Documentation

Classification tree model training.

Description

Classification tree model training.

Usage

mi_train_rp(train, test, measure = msr("classif.acc"), instance = NULL)

Arguments

train

A dataframe.

test

A dataframe.

measure

Model evaluation method.Use mlr_measures and msr() to view and choose metrics.

instance

A tuner.

Value

A list of learner for predict and predict result of test set.


[Package MantaID version 1.0.2 Index]