View source: R/library--analysis_tools--lm_rand_forest--info.R
OOB_MSE_num_trees | R Documentation |
get OOB MSE vs number of forest in trees
OOB_MSE_num_trees(tree_model)
tree_model |
random_linear_forest model to calculate the OOB mean squared error |
get dataframe of number of trees and OOB MSE
data(Example_data, package = "Covid19Wastewater")
model <- random_linear_forest(Example_data, 2, PMMoV ~ N1 + N2 | pcr_type)
OOB_MSE_num_trees(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.