Skip to content

Commit

Permalink
lower test percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Aug 18, 2022
1 parent 0a97459 commit 666e3f8
Showing 1 changed file with 1 addition and 1 deletion.
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.02)\n",
"test_products = products.sample(frac=0.005)\n",
"train_products = products[~(products.index.isin(test_products.index))]"
]
},
Expand Down

0 comments on commit 666e3f8

Please sign in to comment.