-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Apply scipy array API support * Deselect tests for unsupported skl1.6 features * Add sklearn 1.6 to CI matrix * Fix pairwise_distances dispatching * Fix forbidden usage of sklearn_check_version * Fix for pairwise_distances params validation * Fix for pairwise_distances params validation * Fix for pairwise_distances params validation * Add SCIPY_ARRAY_API to test_estimators * Update input validation in AdaBoost and GBT d4p estimators * Pin sklearn 1.5 for py3.9 * Fix knn bf regr spmd example * Update python-sklearn CI matrix * Apply comments for AdaBoost and GBT estimators * Add sklearn 1.6 to README badge * Linting * Update metric in knn bf regr spmd example * Update CI matrix
- Loading branch information
1 parent
ab143a2
commit 624f1cf
Showing
14 changed files
with
222 additions
and
57 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
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.