Can someone show an example or give some more explanation around how to use featuretools.EntitySet.get_pandas_data_slice()? I've looked at the API documentation but am unclear on the parameters filter_entity_ids, index_eid, and instances
Specifically, I want to filter my entity set to a subset, and this method looks promising.