From e7a54489c78a1fa6389b56cbd1fb50477a3c232f Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Thu, 18 Aug 2022 09:15:32 +0000 Subject: [PATCH] lower test sample --- .../batch_transform_pca_dbscan_movie_clusters.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sagemaker_batch_transform/introduction_to_batch_transform/batch_transform_pca_dbscan_movie_clusters.ipynb b/sagemaker_batch_transform/introduction_to_batch_transform/batch_transform_pca_dbscan_movie_clusters.ipynb index 1886a1303f..85fe5135c7 100644 --- a/sagemaker_batch_transform/introduction_to_batch_transform/batch_transform_pca_dbscan_movie_clusters.ipynb +++ b/sagemaker_batch_transform/introduction_to_batch_transform/batch_transform_pca_dbscan_movie_clusters.ipynb @@ -270,7 +270,7 @@ "metadata": {}, "outputs": [], "source": [ - "test_products = products.sample(frac=0.2)\n", + "test_products = products.sample(frac=0.02)\n", "train_products = products[~(products.index.isin(test_products.index))]" ] }, @@ -1023,10 +1023,10 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.4" + "version": "3.8.12" }, "notice": "Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/apache2.0/ or in the \"license\" file accompanying this file. This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License." }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }