Cardea
MissedAppointment.
generate_cutoff_times
Generates cutoff times for the prediction problem.
es (featuretools.EntitySet) – An EntitySet with the loaded data.
An updated EntitySet if a new column is generated.
A string indicating the selected target entity.
A dataframe of cutoff times and their target labels.
featuretools.EntitySet, str, pandas.DataFrame
ValueError – An error occurs if the cutoff variable does not exist.