train_it: Generate Prediction Model

View source: R/train_it.R

train_itR Documentation

Generate Prediction Model

Description

Function to develop prediction model based on user's preferences.

Usage

train_it(target, input, sl_lib_internal = NULL, ...)

Arguments

target

A vector of target data.

input

A vector, matrix, or dataframe of input data.

sl_lib_internal

The internal library to be used by SuperLearner

...

Model related parameters should be provided.

Value

prediction model


CausalGPS documentation built on Sept. 30, 2023, 1:06 a.m.