PCA trainer
Train a Principal Component Analysis (PCA) model
Trainer of a Principal Component Analysis (PCA) model. Fit a PCA model with a training table.
See https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html for more details
Input
Table
The input table
Output
result
The output result
Configuration
nb_components
int
2