grur_boost_imputer: grur_boost_imputer

Description Usage

Description

imputations using eXtreme Gradient Boosting Tree

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
grur_boost_imputer(
  boost.split = NULL,
  markers.df = NULL,
  data.xgb = NULL,
  gl.wide = NULL,
  eta = 0.2,
  gamma = 0,
  max_depth = 6,
  min_child_weight = 1,
  subsample = 0.8,
  colsample_bytree = 1,
  num_parallel_tree = 1,
  cpu.boost = 1,
  nrounds = 200,
  early_stopping_rounds = 20,
  save_name = "imputation.model.temp"
)

thierrygosselin/grur documentation built on Oct. 28, 2020, 5:48 p.m.