Skip to content

Commit 3eb7af7

Browse files
committed
Update README to reference build pipeline notebook
1 parent b241f94 commit 3eb7af7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The MLOps Drift Detection template will create the following AWS services and re
6666
1. An [Amazon Simple Storage Service](https://aws.amazon.com/s3/) (Amazon S3) bucket is created for output model artifacts generated from the pipeline.
6767

6868
2. Two repositories are added to [AWS CodeCommit](https://aws.amazon.com/codecommit/):
69-
- The first repository provides code to create a multi-step model building pipeline using [AWS CloudFormation](https://aws.amazon.com/cloudformation/). The pipeline includes the following steps: data processing, model baseline, model training, model evaluation, and conditional model registration based on accuracy. The pipeline trains a linear regression model using the XGBoost algorithm on trip data from the [NYC Taxi Dataset](https://registry.opendata.aws/nyc-tlc-trip-records-pds/). This repository also includes the [drift-detection.ipynb](build_pipeline/drift-detection.ipynb) notebook to [Run the Pipeline](#run-the-pipeline) (see below)
69+
- The first repository provides code to create a multi-step model building pipeline using [AWS CloudFormation](https://aws.amazon.com/cloudformation/). The pipeline includes the following steps: data processing, model baseline, model training, model evaluation, and conditional model registration based on accuracy. The pipeline trains a linear regression model using the XGBoost algorithm on trip data from the [NYC Taxi Dataset](https://registry.opendata.aws/nyc-tlc-trip-records-pds/). This repository also includes the [build-pipeline.ipynb](build_pipeline/build-pipeline.ipynb) notebook to [Run the Pipeline](#run-the-pipeline) (see below)
7070
- The second repository contains code and configuration files for model deployment and monitoring. This repo also uses [AWS CodePipeline](https://aws.amazon.com/codepipeline/) and [CodeBuild](https://aws.amazon.com/codebuild/), which run an [AWS CloudFormation](https://aws.amazon.com/cloudformation/) template to create model endpoints for staging and production. This repository includes the [prod-config.json](deployment_pipeline/prod-config.json) configure to set metrics and threshold for drift detection.
7171

7272
3. Two AWS CodePipeline pipelines:
@@ -96,7 +96,7 @@ Once your project is created, following the instructions to [Clone the Code Repo
9696
1. Choose **Repositories**, and in the **Local path** column for the repository that ends with *build*, choose **clone repo....**
9797
2. In the dialog box that appears, accept the defaults and choose **Clone repository**
9898
3. When clone of the repository is complete, the local path appears in the **Local path** column. Click on the path to open the local folder that contains the repository code in SageMaker Studio.
99-
4. Click on the [drift-detection.ipynb](build_pipeline/drift-detection.ipynb) file to open the notebook.
99+
4. Click on the [build-pipeline.ipynb](build_pipeline/build-pipeline.ipynb) file to open the notebook.
100100

101101
In the notebook, provide the **Project Name** in the first cell to get started:
102102

@@ -141,7 +141,7 @@ This section outlines cost considerations for running the Drift Detection Pipeli
141141

142142
## Cleaning Up
143143

144-
The [drift-detection.ipynb](build_pipeline/drift-detection.ipynb) notebook includes cells that you can run to cleanup the resources.
144+
The [build-pipeline.ipynb](build_pipeline/build-pipeline.ipynb) notebook includes cells that you can run to cleanup the resources.
145145

146146
1. SageMaker prod endpoint
147147
2. SageMaker staging endpoint

0 commit comments

Comments
 (0)