-
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.
[enhancement] check that all sklearnex estimators are centrally tested (
#2037) * add test_all_estimators_covered * forgotten import * forgotten underscore * remove recursion * root -> path * forgot to change kwargs * first attempt * wrong if statement * add underscores * sklearn_ -> _sklearn_ * fix mistake * reformulate to wrapper * swaps * forgotten : * isort fixes * remove preview from search * its a set * formatting * manually remove preview from lsit * add BasicStatistics * fix mistake * Update basic_statistics.py * Delete sklearnex/linear_model/logistic_path.py * Update test_common.py * Update test_common.py * formatting * add docstrings * Update sklearnex/tests/test_common.py Co-authored-by: Samir Nasibli <samir.nasibli@intel.com> * Update test_common.py * collect all uncovered estimators for assert * isort fixes * add underscores * fix validate_data checks for IncBS * Update k_means.py * Update test_run_to_run_stability.py * Update basic_statistics.py * Update test_run_to_run_stability.py --------- Co-authored-by: Samir Nasibli <samir.nasibli@intel.com>
- Loading branch information
1 parent
0d2b42d
commit 8883b39
Showing
25 changed files
with
327 additions
and
284 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
Oops, something went wrong.