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