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

DATABASE_SLUG

Pythonic name of this database.

Classes

DataModule(split_name, split_path)

Aggregated DataModule composed of montgomery's, shenzhen's, and indian's splits.

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: ConcatDataModule

Aggregated DataModule composed of montgomery's, shenzhen's, and indian'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 | Traversable]) – Path or traversable (resource) with the JSON split description to load for montgomery, shenzhen and indian databases (in this order).