We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70980d commit a809752Copy full SHA for a809752
week1/week1-MultilabelClassification.ipynb
@@ -265,7 +265,7 @@
265
"cell_type": "markdown",
266
"metadata": {},
267
"source": [
268
- "Run your implementation for questions from file *test_prepare_tests.tsv* to earn the points."
+ "Run your implementation for questions from file *text_prepare_tests.tsv* to earn the points."
269
]
270
},
271
{
@@ -277,7 +277,7 @@
277
"outputs": [],
278
279
"prepared_questions = []\n",
280
- "for line in open('test_prepare_tests.tsv'):\n",
+ "for line in open('text_prepare_tests.tsv'):\n",
281
" line = text_prepare(line.strip())\n",
282
" prepared_questions.append(line)\n",
283
"text_prepare_results = '\\n'.join(prepared_questions)\n",
0 commit comments