mi_tune_rg {MantaID}R Documentation

Tune Random Forest model by hyperband.

Description

Tune Random Forest model by hyperband.

Usage

mi_tune_rg(
  data,
  resampling = rsmp("cv", folds = 5),
  measure = msr("classif.acc"),
  eta = 3
)

Arguments

data

A tibble.All are numeric except the first column is a factor.

resampling

R6/Resampling.

measure

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

eta

The percent parameter configurations discarded.

Value

A list of tuning instance and stage plot.


[Package MantaID version 1.0.2 Index]