From d9714b132fcf36fb346f8ef5569ef50b0d1d4328 Mon Sep 17 00:00:00 2001 From: "Santiago L. Valdarrama" Date: Tue, 2 Apr 2024 16:37:28 -0400 Subject: [PATCH] Fixed name of QualityCheck Step in documentation. --- program/cohort.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/program/cohort.ipynb b/program/cohort.ipynb index 8da0442..4b197ec 100644 --- a/program/cohort.ipynb +++ b/program/cohort.ipynb @@ -6850,7 +6850,7 @@ "source": [ "### Step 2 - Generating Data Quality Baseline\n", "\n", - "Let's configure a [Quality Check Step](https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-quality-check) to compute the general statistics of the data we used to build our model.\n", + "Let's configure a [QualityCheck Step](https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-quality-check) to compute the general statistics of the data we used to build our model.\n", "\n", "We can configure the instance that will run the quality check using the [CheckJobConfig](https://sagemaker.readthedocs.io/en/v2.73.0/workflows/pipelines/sagemaker.workflow.pipelines.html#sagemaker.workflow.check_job_config.CheckJobConfig) class, and we can use the `DataQualityCheckConfig` class to configure the job.\n", "\n", @@ -7242,7 +7242,7 @@ "source": [ "## Session 17 - Model Quality Baseline\n", "\n", - "This session extends the [SageMaker Pipeline](https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-sdk.html) with a [Quality Check Step](https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-quality-check) to compute a baseline for the model performance.\n", + "This session extends the [SageMaker Pipeline](https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-sdk.html) with a [QualityCheck Step](https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-quality-check) to compute a baseline for the model performance.\n", "\n", "This step will compute the baseline metrics we will later use as the baseline to detect model drift.\n", "\n",