tabular_dataset: Tabular Dataset.

Description Usage Arguments

View source: R/tabular_dataset.R

Description

Tabular Dataset.

Usage

1
tabular_dataset(x, response, cat_vars, cont_vars)

Arguments

x

either a recipe from the recipes package or 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.