We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b94b00 commit 328fcafCopy full SHA for 328fcaf
configs/regular/pca.json
@@ -8,7 +8,7 @@
8
"n_components": 3,
9
"copy": true,
10
"whiten": false,
11
- "svd_solver": "full",
+ "svd_solver": "covariance_eigh",
12
"tol": 0.0,
13
"iterated_power": 15,
14
"random_state": 42
envs/conda-env-sklearn.yml
@@ -10,7 +10,7 @@ dependencies:
- modin-all
- scikit-learn-intelex
# sklbench dependencies
- - scikit-learn<1.5
+ - scikit-learn
- pandas
15
- tabulate
16
- fastparquet
envs/requirements-sklearn.txt
@@ -8,7 +8,7 @@ scikit-learn-intelex
dpctl
dpnp
-scikit-learn<1.5
+scikit-learn
pandas
tabulate
fastparquet
0 commit comments