cardea.Cardea.load_entityset

Cardea.load_entityset(data, fhir=True)[source]

Returns an entityset loaded with .csv files in data.

Load the given dataset into an entityset. The dataset must be in FHIR or MIMIC structure format.

Parameters
  • data (str) – A directory of all .csv files that should be loaded. To load demo dataset, pass the name of the dataset “kaggle” or “mimic”.

  • fhir (bool) – An indicator of whether to use FHIR or MIMIC schema.

Returns

An entityset with loaded data.

Return type

featuretools.EntitySet