-
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.
feat: Introduce BackendManager and PolicyManger
fix tests chore: remove unnecessary use of super() fix typo cosmetics proposal: inject backend through decorators add incremntal basic statistics add dbscan add kmeans remove BackendMixin from kmeans rm BackendMixin fix pyproject; remove basemixin and add covariance add svm add pca fix backend import add forest add linear_model add neighbors fixup svm refactor: unify host/dpc backend decorators into single decorator update backend import cleanup update_abstractmethods fix for py3.9 fixup fixup fixup fixup fixup after rebase decorate methods not classes - preparation for spmd simplify backend import align spmd fixup update tests fixup fixup fixup fixup: add license improve debug message wip: fix spmd spmd test cases fix more spmd tests more spmd test fixups further fixups further fixups revert error message _get_queue -> _get_policy fix for spmd classes that rely on batch functions more fixes for default policy
- Loading branch information
Showing
55 changed files
with
1,330 additions
and
916 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.