-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 inserted additional READMEs to outline context for the kserve and m…
…odelmesh versions of the demos
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Bias monitoring | ||
|
||
Note the following structure of the `2-BiasMonitoring` directory: | ||
|
||
``` | ||
. | ||
├── README.md | ||
├── kserve-demo | ||
└── modelmesh-demo | ||
``` | ||
|
||
The `kserve-demo` directory contains the resources to run the bias monitoring demo for models deployed using [KServe](https://github.com/kserve/kserve), while the `modelmesh-demo` directory contains the resources to run the data drfit demo for models deployed using [ModelMesh](https://github.com/kserve/modelmesh). | ||
|
||
Follow the instructions in the respective directories to run the data drift demo for models deployed using either KServe or ModelMesh. |
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,14 @@ | ||
# Data Drift | ||
|
||
Note the following structure of the `3-DataDrift` directory: | ||
|
||
``` | ||
. | ||
├── README.md | ||
├── kserve-demo | ||
└── modelmesh-demo | ||
``` | ||
|
||
The `kserve-demo` directory contains the resources to run the data drift demo for a model deployed using [KServe](https://github.com/kserve/kserve), while the `modelmesh-demo` directory contains the resources to run the data drfit demo for a model deployed using [ModelMesh](https://github.com/kserve/modelmesh). | ||
|
||
Follow the instructions in the respective directories to run the data drift demo for a model deployed using either KServe or ModelMesh. |