grur_lgbm_imputer: grur_lgbm_imputer

Description Usage

Description

imputations using Ligh Gradient Boosting Machine

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
grur_lgbm_imputer(
  boost.split = NULL,
  markers.df = NULL,
  data.gbm = NULL,
  boosting = "dart",
  objective = "multiclass",
  learning_rate = 0.1,
  feature_fraction = 0.9,
  bagging_fraction = 0.9,
  bagging_freq = 1,
  max_depth = -1,
  min_data_in_leaf = 20,
  num_leaves = 31,
  cpu.boost = parallel::detectCores()/2,
  early_stopping_rounds = 10,
  nrounds = 200,
  iteration.subsample = 2,
  pmm = 2
)

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