Open jxu opened 1 year ago
?parameters says next to nothing about what param is. This is apparently something I need to pass to tune_bayes(..., param_info) but there are no examples of how to finalize mtry(). (Maybe this should be an issue for tune.)
?parameters
param
tune_bayes(..., param_info)
mtry()
?parameters
says next to nothing about whatparam
is. This is apparently something I need to pass totune_bayes(..., param_info)
but there are no examples of how to finalizemtry()
. (Maybe this should be an issue for tune.)