# Note: For obtaining the evaluation table the user needs to
# complete till fine_tuning( ) function.
# \donttest{
wrap_object <- preprocessing(df = sim_data,
formula = psych_well ~ depression + emot_intel + resilience,
task = "regression")
wrap_object <- build_model(wrap_object, "Random Forest")
wrap_object <- fine_tuning(wrap_object, "Bayesian Optimization")
# And then, you can obtain the evaluation table.
table_results <- table_evaluation_results(wrap_object)
# }
Run the code above in your browser using DataLab