| plot_rfe | R Documentation |
Plot Recursive Feature Elimination results.
plot_rfe(rfe_result,
main = "OOB Validation and Testing R2 vs Number of Predictors",
col_validation = "blue",
col_testing = "red",
pch = 16,
lwd = 2,
cex = 1.2,
legend_pos = "bottomleft",
...)
rfe_result |
Result object from |
main |
Plot title |
col_validation |
Color for validation line |
col_testing |
Color for testing line |
pch |
Point character |
lwd |
Line width |
cex |
Point size |
legend_pos |
Legend position |
... |
Additional arguments |
Plot showing validation and testing R2 vs number of predictors.
rfe_sce
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.