Source code for autoflow.pipeline.components.preprocessing.impute.knn

from autoflow.pipeline.components.feature_engineer_base import AutoFlowFeatureEngineerAlgorithm

__all__ = ["GBTImputer"]


[docs]class GBTImputer(AutoFlowFeatureEngineerAlgorithm): class__ = "GBTImputer" module__ = "sklearn.impute"