Source code for autoflow.pipeline.components.preprocessing.reduce.kernel_pca
from autoflow.pipeline.components.feature_engineer_base import AutoFlowFeatureEngineerAlgorithm
__all__=["KernelPCA"]
[docs]class KernelPCA(AutoFlowFeatureEngineerAlgorithm):
class__ = "KernelPCA"
module__ = "sklearn.decomposition"