Skip to content

Commit

Permalink
Update Split by pattern #.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 authored Jan 6, 2020
1 parent de5f7f5 commit cfc6857
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions notebooks/Split by pattern #.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@
"%reload_ext autoreload"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"DATE_DATE = \"November 12 2019\"\n",
"SIZE = 80000"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -46,7 +36,7 @@
"metadata": {},
"outputs": [],
"source": [
"all_samples = read_synth_dataset(\"../presidio_evaluator/data_generator/generated_size_{}_date_{}.txt\".format(SIZE, DATE_DATE))\n",
"all_samples = read_synth_dataset(\"../presidio_evaluator/data_generator/synth_dataset.txt\")\n",
"print(len(all_samples))"
]
},
Expand Down

0 comments on commit cfc6857

Please sign in to comment.