karta_benchmarks.evaluation_datasets.ecommerce.data_factory package¶
Submodules¶
karta_benchmarks.evaluation_datasets.ecommerce.data_factory.factory module¶
- karta_benchmarks.evaluation_datasets.ecommerce.data_factory.factory.factory() Dict[str, Dict]¶
This function loads all the json files in the raw_data directory and returns a dictionary of the data. This is the base data set that will be used in the evaluations. In this case the data is present in the raw_data directory in the domain level package. All the json files in the directory are loaded
- Returns:
- A dictionary of the data. The keys are the file names (without the .json extension)
and the values are the data.
- Return type:
Dict[str, Dict]