FactorAnalysis/FastICA/IncrementalPCA/KernelPCA/MiniBatchSparsePCA/NMF/PCA/SparsePCA/TruncatedSVD
Inputs
*Target Data(X)
Data Input
*Model Name
Name of the user-defined matrix decomposition model
Transform
If not empty, the result matrix will be stored here.
If left empty, the model will only compute scores on individual features.
Conv.DataFrame
If checked, the output data created by Transform will be converted into a DataFrame.
*x (numeric)
User-selected columns to be X.
One or more columns should be selected.
FactorAnalysis: https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.FactorAnalysis.htmlarrow-up-right
FastICA: https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.htmlarrow-up-right
IncrementalPCA: https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.htmlarrow-up-right
KernelPCA: https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.KernelPCA.htmlarrow-up-right
MiniBatchSparsePCA: https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.htmlarrow-up-right
NMF: https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.htmlarrow-up-right
PCA: https://scikit-learn.org/stable/modules/generated/sklearn.PCA.htmlarrow-up-right
SparsePCA: https://scikit-learn.org/stable/modules/generated/sklearn.SparsePCA.htmlarrow-up-right
TruncatedSVD: https://scikit-learn.org/stable/modules/generated/sklearn.TruncatedSVD.htmlarrow-up-right
Last updated 5 years ago