Source code for autoflow.pipeline.components.preprocessing.expand.nystroem_sampler
from autoflow.pipeline.components.feature_engineer_base import AutoFlowFeatureEngineerAlgorithm
__all__=["Nystroem"]
[docs]class Nystroem(AutoFlowFeatureEngineerAlgorithm):
class__ = "Nystroem"
module__ = "sklearn.kernel_approximation"