Curate PCA primitive hyperparameters
AlexanderGeiger opened this issue · 0 comments
AlexanderGeiger commented
Description
In the sklearn.decomposition.PCA primitive, we are missing hyperparameters. Most importantly, n_components
is missing, which allows to define the number of components to keep.
See here for all available hyperparameters.