Closed ChoonB closed 1 month ago
@ChoonB
class PreProcessInterface(ABC): @abstractmethod def __init__(self, df: pd.DataFrame, **kwargs):
@ChoonB