Closed j-ittner closed 2 years ago
This PR introduces a dedicated DF wrapper for class sklearn.decomposition.PCA.
sklearn.decomposition.PCA
The wrapper uses attribute PCA.n_components_ to get the number of components, which may be determined by the estimator only during fitting.
PCA.n_components_
This PR introduces a dedicated DF wrapper for class
sklearn.decomposition.PCA
.The wrapper uses attribute
PCA.n_components_
to get the number of components, which may be determined by the estimator only during fitting.