featuretools.entityset.EntitySet.find_backward_paths

EntitySet.find_backward_paths(start_entity_id, goal_entity_id)[source]

Generator which yields all backward paths between a start and goal entity. Does not include paths which contain cycles.

Parameters
  • start_entity_id (str) – Id of entity to start the search from.

  • goal_entity_id (str) – Id of entity to find backward path to.

See also

BaseEntitySet.find_forward_paths()