SNN2.src.core.data.flow.MVNO_inference module

class default flow

Use this module to manage a default flow object.

class SNN2.src.core.data.flow.MVNO_inference.MVNOFlow_inference(*args, dataset: str | None = None, columns: List[str] | None = None, gray_post_train_portion: float = 0.7, gray_in_train_portion: float = 0.3, inference_dst_name: str = 'BADDIFF-infernece', **kwargs)

Bases: augmented_cls

MVNO.

PreProcessing flow for the MVNO dataset

execute(*args, **kwargs) None