Customized train and predict functions for a customized preprocessing wrapper

F_PreProc_1_Univ_Only_Train_MaG(data, target,
  args = list(param.Univ.filt.top.n.features =
  param.Univ.filt.top.n.features, parame.gene.or.module =
  parame.gene.or.module, param.LASSO.n.features.arbitrary =
  param.LASSO.n.features.arbitrary))

F_PreProc_3_UnivClust_Train_MaG(data, target,
  args = list(param.Univ.filt.top.n.features =
  param.Univ.filt.top.n.features, param.UnivClustRankTopN =
  param.UnivClustRankTopN, param.cluster_method_KH =
  param.cluster_method_KH, param.corrplot.n.clusters.k =
  param.corrplot.n.clusters.k, param.corrplot.n.clusters.h =
  param.corrplot.n.clusters.h, parame.gene.or.module =
  parame.gene.or.module, param.LASSO.n.features.arbitrary =
  param.LASSO.n.features.arbitrary))

F_PreProc13_BOTH_Predict_MaG(data, target, args, control)

Arguments

data

data

target

target (character)

args

args (list)

control

control (predict only)

Value

The sum of x and y

Details

In

Examples

F_PreProc_1_Univ_Only_Train_MaG(data, target, args)
#> Error in data %>% pull(!!target) %>% levels %>% length: could not find function "%>%"
F_PreProc_3_UnivClust_Train_MaG(data, target, args)
#> Error in data %>% pull(!!target) %>% levels %>% length: could not find function "%>%"
F_PreProc13_BOTH_Predict_MaG(data, target, args, control)
#> Error in args$parame.gene.or.module: object of type 'closure' is not subsettable