From e061816cf0be8c03681343419b396f3d22684fb3 Mon Sep 17 00:00:00 2001 From: neha chopra Date: Thu, 1 Aug 2024 11:07:25 +0100 Subject: [PATCH] updated model and variable --- docs/modules/ROOT/examples/explainer-is-housing.yaml | 3 ++- docs/modules/ROOT/pages/saliency-explanations-on-odh.adoc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/examples/explainer-is-housing.yaml b/docs/modules/ROOT/examples/explainer-is-housing.yaml index 083381c..916e0fc 100644 --- a/docs/modules/ROOT/examples/explainer-is-housing.yaml +++ b/docs/modules/ROOT/examples/explainer-is-housing.yaml @@ -10,4 +10,5 @@ spec: modelFormat: name: xgboost runtime: mlserver-1.x - storageUri: "https://github.com/trustyai-explainability/model-collection/raw/housing-data/housing-data/model.json" + storageUri: "https://github.com/ruivieira/model-collection/raw/housing-dataset/housing-data/model.json" + \ No newline at end of file diff --git a/docs/modules/ROOT/pages/saliency-explanations-on-odh.adoc b/docs/modules/ROOT/pages/saliency-explanations-on-odh.adoc index ed4e876..5de4482 100644 --- a/docs/modules/ROOT/pages/saliency-explanations-on-odh.adoc +++ b/docs/modules/ROOT/pages/saliency-explanations-on-odh.adoc @@ -112,7 +112,7 @@ You can now make a note of the TrustyAI's pod name for future reference. We will [source,shell] ---- export TRUSTYAI_POD=$(oc get pods -n $NAMESPACE | grep trustyai-service | awk '{print $1}') -export MODEL_ROUTE=$(oc get route explainer-test -n $NAMESPACE -o jsonpath='{.spec.host}') +export MODEL_ROUTE=$(oc get route housing -n $NAMESPACE -o jsonpath='{.spec.host}') export TRUSTYAI_ROUTE=$(oc get route trustyai-service -n $NAMESPACE -o jsonpath='{.spec.host}') export TOKEN=$(oc whoami -t) export MODEL="housing"