featuretools.entityset.EntitySet.find_forward_paths¶
- 
EntitySet.find_forward_paths(start_entity_id, goal_entity_id)[source]¶
- Generator which yields all forward 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) – if of entity to find forward path to 
 
 - See also - BaseEntitySet.find_backward_paths()