Source code for autoflow.feature_engineer.operate.drop_all
import numpy as np
from sklearn.base import TransformerMixin, BaseEstimator
__all__=["DropAll"]
import numpy as np
from sklearn.base import TransformerMixin, BaseEstimator
__all__=["DropAll"]