Description Usage Arguments Value
View source: R/feature_generation.R
Computes interaction effects for a new dataset
1 | feature_interactions_predict(data, columns, column_means, max_interactions)
|
data |
The new dataset, as a data.frame or data.table. |
columns |
Column names from the |
column_means |
Column means from the |
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 |
The data frame in data
with the interaction effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.