MLBazaar/MLPrimitives

Curate PCA primitive hyperparameters

AlexanderGeiger opened this issue · 0 comments

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.