mednet.data.classify.montgomery_shenzhen_indian¶
Aggregated DataModule composed of montgomery's, shenzhen's, and indian's splits.
This module contains the base declaration of common data modules and raw-data loaders for this database. All configured splits inherit from this definition.
Module Attributes
Pythonic name of this database. |
Classes
|
Aggregated DataModule composed of |
- mednet.data.classify.montgomery_shenzhen_indian.DATABASE_SLUG = 'montgomery_shenzhen_indian'¶
Pythonic name of this database.
- class mednet.data.classify.montgomery_shenzhen_indian.DataModule(split_name, split_path)[source]¶
Bases:
ConcatDataModuleAggregated DataModule composed of
montgomery's,shenzhen's, andindian'ssplits.- Parameters:
split_name (
str) – The name of the split to assign to this data module.split_path (
tuple[Path|Traversable,Path|Traversable,Path|Traversable]) – Path or traversable (resource) with the JSON split description to load for montgomery, shenzhen and indian databases (in this order).