Singular Value Decomposition (Apply)

This Component applies an existing SVD model given numeric columns and appends the components as new columns to the input table.

The Component uses the Python Extension to perform the SVD with the Python Class “Dimensionality reduction using truncated SVD (aka LSA)” in the sci-kit learn library (https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.TruncatedSVD.html).

The corresponding Component that allows to fit the model is called Single Value Decomposition.

Options

Select columns
The numeric columns to which the component applies the SVD.

Input Ports

Icon
The table that contains numeric columns to be decomposed.
Icon
The pickled object used to transform the input table.

Output Ports

Icon
The resulting table containing the original columns and the single components.

Nodes

Extensions

Links