ml-coursera-python-assignments
ml-coursera-python-assignments copied to clipboard
Minor Issue in util.getVocabList() function Excercise 6
The function returns 'None' for vocabList when using the following:
vocabList = np.genfromtxt(join('Data', 'vocab.txt'), dtype=object)
It works with the following code