generate_dynamic_features_pack | R Documentation |
This function generates a package of multiple tables containing dynamic features extracted from a given eventlog.
generate_dynamic_features_pack(
el,
period = c("day", "week", "month", "quarter", "year", "sec", "min", "hour"),
sequential = F,
event_funs = c("count", "elapsed", "tte", "censored"),
attr_funs = NULL,
var_funs = NULL,
target_horizon = NULL
)
el |
(data.frame) The input event-log table.
The event-log must have these columns. Column names must match exactly:
- |
period |
(character) Choose period of time for which is periodic transition system is required. |
sequential |
(logical) Should the dynamic features be generated for a sequence of periodic times.
If set to |
event_funs |
(character): which types of features do you want to generate from the occurrence of events? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.