You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: third_party/bigframes_vendored/sklearn/decomposition/_pca.py
+3-1
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,11 @@ class PCA(BaseEstimator, metaclass=ABCMeta):
32
32
truncated SVD.
33
33
34
34
Args:
35
-
n_components (Optional[int], default 3):
35
+
n_components (Optional[int], default 3):
36
36
Number of components to keep. if n_components is not set all components
37
37
are kept.
38
+
svd_solver ("full", "randomized" or "auto", default "auto"):
39
+
The solver to use to calculate the principal components. Details: https://cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-create-pca#pca_solver.
0 commit comments