Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 Windows 10 上安装了 weka python 包装器。我尝试运行示例代码:
但我遇到了这种错误:
有什么解决方案可以解决这个问题?
如果要在 Python 3 中使用它,则需要安装python-weka-wrapper3。python -weka-wrapper包适用于 Python 2.7:
您可以像这样使用 pip 安装它:
pip install python-weka-wrapper3