R/runWithTuning.R

# -------------------------------------------------------------------------------------------------
# -------------------------------------------------------------------------------------------------

# Budget: ?
# BB: 100*D , with D = number of params? Better 50 * D?
   
# if(setup == "defaults" || learner$name == "naiveBayes"){
 # TODO: Tuning step
 #else {
 #tuning object
 # preprocessing inside the inner loop
 # par.set = getHyperSpace
 # budget = par.set * (D = 50)


# inner - inner resampling strategy
# control - tuning control object
# Run with Tuning
runWithTuning = function(task, learner = learner, control = NULL, inner = NULL) {

}

# -------------------------------------------------------------------------------------------------
# -------------------------------------------------------------------------------------------------
rgmantovani/autoHyperBot documentation built on May 27, 2019, 7:23 a.m.