grid_rf: Create a grid_rf object

View source: R/estimator_plans.R

grid_rfR Documentation

Create a grid_rf object

Description

Residualizes the train sample using cross-fitting Residualizes the estimation samples using a train fit

Tests wheterh object is a grid_rf.

Usage

grid_rf(num.trees = 500, num.threads = NULL, resid_est = TRUE)

is_grid_rf(x)

Arguments

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

Value

grid_rf object

Boolean

Functions

  • is_grid_rf: is grid_rf


microsoft/CausalGrid documentation built on Aug. 25, 2022, 9:30 a.m.