mednet.data.classify.montgomery_shenzhen¶
Aggregated DataModule composed of montgomery's
and shenzhen'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 to refer to this database. |
Classes
|
Aggregated DataModule composed of |
- mednet.data.classify.montgomery_shenzhen.DATABASE_SLUG = 'montgomery_shenzhen'¶
Pythonic name to refer to this database.
- class mednet.data.classify.montgomery_shenzhen.DataModule(split_name, split_path)[source]¶
Bases:
ConcatDataModule
Aggregated DataModule composed of
montgomery's
andshenzhen's
splits.- Parameters:
split_name (
str
) – The name of the split to assign to this data module.split_path (
tuple
[Path
|Traversable
,Path
|Traversable
]) – Path or traversable (resource) with the JSON split description to load for montgomery and shenzhen databases (in this order).