plot_finetuning | R Documentation |
Plot the influence of the fine tuning parameters for RF/ETs fits on the RMSE
plot_finetuning(result, who = "rangers")
result |
the output of a call to |
who |
|
## Not run: ## Note: this example takes some time to run! RF_test <- run_RF_workflow(data = data_rangers, Ncpu = 2, coef = 0, rep_feature_select = 2, rep_finetune = 10, rep_simu = 2, grid_type = "fine", n_trees = 100) plot_finetuning(result = RF_test, who = "rangers") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.