Description Usage Arguments Value
View source: R/feature_generation.R
Uses previous statistics results to generate columns for a new dataset.
1 | create_stats_predict(data, stat_cols, tables, interaction_level, defaults)
|
data |
The new dataset, as a data.frame or data.table. |
stat_cols |
A character vector of column names. Please ensure that you only choose column names of non-numeric columns |
tables |
The tables from |
interaction_level |
Interaction level that was used to generate the tables. |
defaults |
Default values for each function, with names matching each function |
The data
dataset, with the new columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.