Skip to content

Commit

Permalink
Merge pull request #15 from trustyai-explainability/ruivieira-patch-1
Browse files Browse the repository at this point in the history
Update data-drift-monitoring.adoc
  • Loading branch information
ruivieira authored Feb 7, 2024
2 parents 11d4803 + 20105ae commit d13eeac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/data-drift-monitoring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ As you can see, the models does not provide particularly useful field names for
[source,shell]
----
curl -sk -H 'Authorization: Bearer ${TOKEN}' \
-X POST --location https://trustyai-service-opendatahub-model.apps.trustyai.dzzt.p1.openshiftapps.com/info/names \
-X POST --location $TRUSTY_ROUTE/info/names \
-H "Content-Type: application/json" \
-d "{
\"modelId\": \"gaussian-credit-model\",
Expand Down Expand Up @@ -221,4 +221,4 @@ It is crucially important to monitor data drift, as ensuring that the training a
it does not matter if your models are impeccable over the training data: it is only when they are
deployed to real users that these models provide any meaningful value, and it is only during
this deployment that their performance actually _matters_, where these models might begin to affect your user's lives and livelihoods. Using TrustyAI to monitor the data drift can help you trust that your
models are operating in familiar territory and that they can accurately apply all the intuitions they learned during training.
models are operating in familiar territory and that they can accurately apply all the intuitions they learned during training.

0 comments on commit d13eeac

Please sign in to comment.