src.core.data.flow.mvno_updated module
class MVNO flow
This class uses a smarter memory management system to avoid memory issues. The common philosophy of this module is lazy evaluation and work on the least ammount of information possible before generating the next step.
- class src.core.data.flow.mvno_updated.MVNOFlow_smartMemory(*args, dataset: str | None = None, columns: List[str] | None = None, gray_post_train_portion: float = 0.7, gray_in_train_portion: float = 0.3, **kwargs)
Bases:
augmented_clsMVNO.
PreProcessing flow for the MVNO dataset
- execute(*args, **kwargs) None