Learn R Programming

RemixAutoML (version 0.5.0)

FullFactorialCatFeatures: FullFactorialCatFeatures

Description

FullFactorialCatFeatures reverses the difference

Usage

FullFactorialCatFeatures(
  GroupVars = GroupVariables,
  MaxCombin = NULL,
  BottomsUp = TRUE
)

Arguments

GroupVars

Character vector of categorical columns to fully interact

MaxCombin

The max K in N choose K. If NULL, K will loop through 1 to length(GroupVars)

BottomsUp

TRUE or FALSE. TRUE starts with the most comlex interaction to the main effects

See Also

Other Data Wrangling: ColumnSubsetDataTable(), DataDisplayMeta(), FakeDataGenerator(), IntermittentDemandScoringDataGenerator(), TimeSeriesMelt()