Skip to content

Commit

Permalink
Update solver in PCA config (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsandruss authored Aug 30, 2024
1 parent 9b94b00 commit 328fcaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/regular/pca.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"n_components": 3,
"copy": true,
"whiten": false,
"svd_solver": "full",
"svd_solver": "covariance_eigh",
"tol": 0.0,
"iterated_power": 15,
"random_state": 42
Expand Down
2 changes: 1 addition & 1 deletion envs/conda-env-sklearn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- modin-all
- scikit-learn-intelex
# sklbench dependencies
- scikit-learn<1.5
- scikit-learn
- pandas
- tabulate
- fastparquet
Expand Down
2 changes: 1 addition & 1 deletion envs/requirements-sklearn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ scikit-learn-intelex
dpctl
dpnp
# sklbench dependencies
scikit-learn<1.5
scikit-learn
pandas
tabulate
fastparquet
Expand Down

0 comments on commit 328fcaf

Please sign in to comment.