Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cutoff_time
dfs
fm, features = ft.dfs(entityset=es, target_dataframe_name='customers', cutoff_time="2014-1-1 05:00", instance_ids=[1], cutoff_time_in_index=True)
as well as
fm, features = ft.dfs(entityset=es, target_dataframe_name='customers', cutoff_time=dateutil.parser.parse("2014-1-1 05:00"), instance_ids=[1], cutoff_time_in_index=True)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dfswould take a string as cutoff_time aswell as a datetime objectCode Example
as well as
The text was updated successfully, but these errors were encountered: