Closed nalcvp closed 5 years ago
I can't reproduce this error. It works for me as long as the train.tsv
file is present. Try printing out the contents of the data directory from inside the notebook to check if filepaths are correct.
import os
print(os.listdir('data/')
Is data the name of the folder that all of these files go into?
The data
folder contains the data files only. It should be at the same level as the notebook.
Also, that link is to a file on your local machine.
FileNotFoundError Traceback (most recent call last)