feature_interactions_predict: Computes interaction effects for a new dataset

Description Usage Arguments Value

View source: R/feature_generation.R

Description

Computes interaction effects for a new dataset

Usage

1
feature_interactions_predict(data, columns, column_means, max_interactions)

Arguments

data

The new dataset, as a data.frame or data.table.

columns

Column names from the pipe_feature_interactions's results

column_means

Column means from the pipe_feature_interactions's results

max_interactions

The maximum number of columns that will be considered for interaction effects per variable. Should be the same as the one used for the results of pipe_feature_interactions.

Value

The data frame in data with the interaction effects


jeroenvdhoven/datapiper documentation built on July 14, 2019, 9:34 p.m.