tumourkit.classification.infer.load_normalizer
- tumourkit.classification.infer.load_normalizer(norm_path: str) Tuple[Any]
Loads the normalizers used in training from the given norm_path.
- Parameters:
norm_path (str) – The path to the saved normalizers file.
- Returns:
The loaded normalizers.
- Return type:
Tuple[Any]