From 188d82406a0d2d448b256c45099964534a030d25 Mon Sep 17 00:00:00 2001 From: KhaledAbdelfattah <31597639+KhaledAbdelfattah@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:04:27 -0400 Subject: [PATCH] Update sagemaker-pipeline-model-monitor-clarify-steps.ipynb please correct me if I'm mistaken, but i think the first value is the ground truth. --- .../sagemaker-pipeline-model-monitor-clarify-steps.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sagemaker-pipelines/tabular/model-monitor-clarify-pipelines/sagemaker-pipeline-model-monitor-clarify-steps.ipynb b/sagemaker-pipelines/tabular/model-monitor-clarify-pipelines/sagemaker-pipeline-model-monitor-clarify-steps.ipynb index 2e1272bafb..fbe5d657dd 100644 --- a/sagemaker-pipelines/tabular/model-monitor-clarify-pipelines/sagemaker-pipeline-model-monitor-clarify-steps.ipynb +++ b/sagemaker-pipelines/tabular/model-monitor-clarify-pipelines/sagemaker-pipeline-model-monitor-clarify-steps.ipynb @@ -849,8 +849,8 @@ " ],\n", " ),\n", " problem_type=\"Regression\",\n", - " inference_attribute=\"_c0\", # use auto-populated headers since we don't have headers in the dataset\n", - " ground_truth_attribute=\"_c1\", # use auto-populated headers since we don't have headers in the dataset\n", + " inference_attribute=\"_c1\", # use auto-populated headers since we don't have headers in the dataset\n", + " ground_truth_attribute=\"_c0\", # use auto-populated headers since we don't have headers in the dataset\n", ")\n", "\n", "model_quality_check_step = QualityCheckStep(\n",