This Component uses Singular Value Decomposition to transform given numeric columns and appends the components as new columns to the input table. Additionally, the Component provides a table containing the explained variance ratio and the fitted model.
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).
- Type: TableInput tableThe table that contains numeric columns to be decomposed.