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",