healthcareai-r
healthcareai-r copied to clipboard
Add set seed option in tune_models and its callers for reproducability
seed
argument to tune_models
with no default. if (!missing(seed)) set.seed(seed); train...
.