View source: R/estimator_plans.R
grid_rf | R Documentation |
Residualizes the train sample using cross-fitting Residualizes the estimation samples using a train fit
Tests wheterh object is a grid_rf
.
grid_rf(num.trees = 500, num.threads = NULL, resid_est = TRUE) is_grid_rf(x)
num.trees |
number of trees in the random forest |
num.threads |
num.threads |
resid_est |
Residualize the Estimation sample (using fit from training) |
x |
an R object |
grid_rf object
Boolean
is_grid_rf
: is grid_rf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.