rf_regression_pipeline: rf_regression_pipeline

Description Usage Arguments

View source: R/RF_Utilities.R

Description

Function to run a random forest regression cross validation pipeline. Should not be run by itself. Currently a work in progress.

Usage

1
rf_regression_pipeline(feature_table, actual, SEED = 1995, sampling = NULL)

Arguments

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.


nearinj/RandomForestUtils documentation built on July 30, 2020, 9:51 a.m.