This Component applies an existing ICA model given numeric columns and appends the components as new columns to the input table.
The Component uses the Python Extension to perform the ICA with the Python Class “FastICA: a fast algorithm for Independent Component Analysis” in the sci-kit learn library (https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html).
The corresponding Component that allows to fit the model is called Single Value Decomposition.
- Type: PythonInput tableThe table that contains numeric columns to be decomposed.
- Type: TablePickled ObjectThe pickled object used to transform the input table.