train_xgbt: Generate 1 XGBT model

Description Usage Arguments Value

View source: R/train_xgbt.R

Description

Generate 1 XGBT model

Usage

1
2
3
4
5
6
7
8
train_xgbt(
  features = data,
  seeds = seed,
  CPU = 4,
  CV = 10,
  nrepeats = 3,
  saveprediction = "final"
)

Arguments

CPU

Number of threads to use when training the model

CV

Number of sets for the cross-validation

nrepeats
data

A feature data frame including the label of two Classes

Value

A list of models


g1o/GeneEssentiality documentation built on Jan. 3, 2022, 1:21 a.m.