ml1: train best model using gird search and vfold-CV

Description Usage

View source: R/ml.R

Description

train best model using gird search and vfold-CV

Usage

1
2
3
4
5
6
7
8
9
ml1(
  ti,
  alg = "rf",
  split_prop = 0.9,
  fold = 10,
  nlevel = 3,
  cpu = 1,
  seed = 26
)

orionzhou/rmaize documentation built on Jan. 14, 2022, 10:36 p.m.