From 90ffa3324241b8a67ac7aba5bd948e82313dbd9c Mon Sep 17 00:00:00 2001 From: Facundo Santiago Date: Thu, 29 Jun 2023 19:03:31 -0400 Subject: [PATCH] Update sdk-deploy-and-test.ipynb --- .../sdk-deploy-and-test.ipynb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sdk/python/endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/sdk-deploy-and-test.ipynb b/sdk/python/endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/sdk-deploy-and-test.ipynb index 2734836d55..2891651157 100644 --- a/sdk/python/endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/sdk-deploy-and-test.ipynb +++ b/sdk/python/endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing/sdk-deploy-and-test.ipynb @@ -324,14 +324,6 @@ " return {\"scores\": scored_data.outputs.scores}" ] }, - { - "attachments": {}, - "cell_type": "markdown", - "metadata": {}, - "source": [ - "> In the pipeline, the `transformations` input is missing; therefore, the script will learn the parameters from the input data." - ] - }, { "attachments": {}, "cell_type": "markdown",