【发布时间】:2018-09-04 21:04:31
【问题描述】:
ModuleNotFoundError
Traceback (most recent call last)
<ipython-input-13-93a644f2878c> in <module>()
3 import operator
4 from functools import reduce
----> 5 from ExceptionNotSeen import NotSeen
6 from naiveBayesClassifier.trainedData import TrainedData
7 from naiveBayesClassifier import tokenizer
ModuleNotFoundError: No module named 'ExceptionNotSeen'
我该如何解决这个问题?
转到此文件夹 /Library/Frameworks/Python.framework/Versions/3.5/lib/py>thon3.5/site-packages/naive Bayes 分类器将 ExceptionNotSeen.py 复制到您当前的项目路径(运行主python程序也是他们的,但我只得到这样的错误
【问题讨论】:
标签: python hadoop machine-learning data-science