MLBazaar / MLPrimitives

Primitives for machine learning and data science.
https://mlbazaar.github.io/MLPrimitives
MIT License
70 stars 38 forks source link

Curate PCA primitive hyperparameters #190

Closed AlexanderGeiger closed 4 years ago

AlexanderGeiger commented 4 years ago

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.