Skip to content

Commit

Permalink
lower test sample
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Aug 18, 2022
1 parent a7417ae commit e7a5448
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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))]"
]
},
Expand Down Expand Up @@ -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
}

0 comments on commit e7a5448

Please sign in to comment.