featuretools.entityset.EntitySet.get_forward_entities¶
-
EntitySet.
get_forward_entities
(entity_id, deep=False)[source]¶ Get entities that are in a forward relationship with entity
- Parameters
entity_id (str) – Id entity of entity to search from.
deep (bool) – if True, recursively find forward entities.
Yields a tuple of (descendent_id, path from entity_id to descendant).