From af07a80234bf383a320eb239940f63af97709ff4 Mon Sep 17 00:00:00 2001 From: neelamkoshiya Date: Tue, 20 Sep 2022 13:09:22 -0700 Subject: [PATCH] Update explore_data.ipynb Updated per Amelia comment - present tense --- sagemaker-datawrangler/joined-dataflow/explore_data.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sagemaker-datawrangler/joined-dataflow/explore_data.ipynb b/sagemaker-datawrangler/joined-dataflow/explore_data.ipynb index e29aa727ad..76d0173663 100644 --- a/sagemaker-datawrangler/joined-dataflow/explore_data.ipynb +++ b/sagemaker-datawrangler/joined-dataflow/explore_data.ipynb @@ -13,7 +13,7 @@ "source": [ "----\n", "## Background\n", - "In this notebook, we will download and explore the data that is used to build the SageMaker DataWrangler flow file for data processing. After running this notebook, you can follow the [README.md](README.md) for the step by step instructions to build the data processing flow file to prepare data for the machine learning task." + "In this notebook, we download and explore the data that is used to build the SageMaker DataWrangler flow file for data processing. After running this notebook, you can follow the [README.md](README.md) for the step by step instructions how to write the SageMaker DataWrangler .flow file" ] }, { @@ -49,14 +49,14 @@ "\n", "----\n", "\n", - "Here we will download the music data from a public S3 bucket that we'll be using for this demo and uploads it to your default S3 bucket that was created for you when you initially created a SageMaker Studio workspace. " + "Here, we download the music data from a public S3 bucket. We then upload it to your default S3 bucket, which was created for you when you initially created a SageMaker Studio workspace. " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "First, we will import the necessary python libraries and set up the environment" + "First, we import the necessary python libraries and set up the environment" ] }, { @@ -171,7 +171,7 @@ "\n", "----\n", "\n", - "In this section, we will perform preliminary data exploration to understand the data." + "In this section, we perform preliminary data exploration to understand the data." ] }, {