Skip to content

Commit

Permalink
Add drift metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira committed Feb 6, 2024
1 parent d49d050 commit 91f2c02
Show file tree
Hide file tree
Showing 12 changed files with 7,304 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository contains the documentation for the TrustyAI project.

A live version of the documentation is available at [https://trustyai-explainability.github.io](https://trustyai-explainability.github.io/trustyai-site/0.8.0/main.html).
A live version of the documentation is available at [https://trustyai-explainability.github.io](https://trustyai-explainability.github.io/trustyai-site/main/main.html).

## License

Expand Down
1 change: 1 addition & 0 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ output:
antora:
extensions:
- require: '@antora/lunr-extension'
index_latest_only: true
- require: '@djencks/asciidoctor-mathjax'
15 changes: 15 additions & 0 deletions docs/modules/ROOT/examples/model_gaussian_credit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: serving.kserve.io/v1beta1
kind: InferenceService
metadata:
name: gaussian-credit-model
annotations:
serving.kserve.io/deploymentMode: ModelMesh
spec:
predictor:
model:
modelFormat:
name: xgboost
runtime: mlserver-1.x
storage:
key: aws-connection-minio-data-connection
path: sklearn/gaussian_credit_model.json
Loading

0 comments on commit 91f2c02

Please sign in to comment.