powered by
The main function from featuretools used to create new features.
dfs(entityset, target_entity, agg_primitives = NULL, trans_primitives = NULL, max_depth = 2L, ...)
The entityset on which to perform dfs.
The name of the entity on which to perform dfs.
Primitives passed to relational data.
Primitives passed to non-relational data.
Controls the maximum depth of features.
Additional parameters passed to `featuretools.dfs`.
A `featuretools` feature matrix.
# NOT RUN { es <- as_entityset(cars, index = "row_number") dfs(es, target_entity = "df1", trans_primitives = c("and")) # }
Run the code above in your browser using DataLab