Function to run a random forest regression cross validation pipeline. Should not be run by itself. Currently a work in progress.
1 | rf_regression_pipeline(feature_table, actual, SEED = 1995, sampling = NULL)
|
feature_table |
The input feature table that contains the features (columns) and samples (rows) that should be used for model training and cross validation. |
actual |
A vector containing the actual values for the parameter that is being regressed. |
SEED |
An integer representing the random seed to split samples during cross validation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.