tabular_dataset.data.frame: Tabular Dataset with data.frame input.

Description Usage Arguments

Description

Tabular Dataset with data.frame input.

Usage

1
2
## S3 method for class 'data.frame'
tabular_dataset(x, response, cat_vars = NULL, cont_vars = NULL)

Arguments

x

a data.frame

response

response variable name (only used if x is a data.frame)

cat_vars

vector of categorical variable names (only used if x is a data.frame)

cont_vars

vector of continuous variable names (only used if x is a data.frame)


cmcmaster1/torchtabular documentation built on Dec. 19, 2021, 5:17 p.m.