-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sklearnex estimators to support sklearn 1.5 (#1794)
* Update TSNE and PCA to support sklearn 1.5pre-release * Update PCA solver branching * Add PCA parameter in test_n_jobs_support.py * Fix n_iter check in TSNE for sklearn<1.2 * Apply isort * Move to sklearnex.utils.get_namespace * Fix PCA.fit_transform * Update PCA solver selection * Update PCA algorithm doc * Fix solver name in tests * Fix svd solver contraint * Fix PCA solver constraint * Fix check_feature_names warning and deselect RF feature importance tests * Change KMeans estimator doc strings * Update solver selection * Update solver selection * Revert test de-deselection
- Loading branch information
1 parent
8c7a928
commit ba8206d
Showing
9 changed files
with
132 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.