-
Notifications
You must be signed in to change notification settings - Fork 835
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sherif akoush/sc 2543/alibi explain mlserver runtime (#3707)
* Initial POC to integrate mlserver alibi * Create svc without waiting for deployment to be ready * add explainer image_v2 in operator configmap.yaml * map core explainer type in mlserver type * wire up explainer image_v2 * add mlserver env constants and use them * refactor to utils to mlserver.go * allow to pass explainer init parameters + tests * add initParameters to explainer in the CRD * add initial explainer_examples_v2.ipynb * use mlserver:0.6.0.dev2 * add integration test for explainer v2 (anchor tabular) * add tests * add v2 explainer doc reference
- Loading branch information
Showing
22 changed files
with
863 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"path": "../../../notebooks/explainer_examples_v2.ipynb" | ||
} |
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.