【问题标题】:Cannot install python interface for shogun无法为 shogun 安装 python 接口
【发布时间】:2016-06-05 08:56:36
【问题描述】:

我正在尝试为机器学习工具箱“Shogun”安装 python 接口。我已经下载了shogun-4.1.0.tar.bz2,解压出来,然后(根据http://shogun-toolbox.org/doc/en/latest/install.html)执行:

mkdir build && cd build && cmake -DPythonModular=ON .. && make && sudo make install

一切都很顺利。 现在检查它是否工作:

export LD_LIBRARY_PATH=SHOGUN_INSTALL_DIR/lib &&
export PYTHONPATH=SHOGUN_INSTALL_DIR/lib/pythonX.Y/dist-packages/ &&
python examples/undocumented/python_modular/graphical/svm.py

问题是最后一步引发错误,python_modular 中没有文件夹graphical。 有人用过这个工具箱吗?

【问题讨论】:

    标签: python python-2.7 machine-learning shogun


    【解决方案1】:

    很抱歉打扰您,我发现文件已被移动,并且上面链接中的文本已过时。如果有人遇到这样的问题 - 看这里:https://github.com/shogun-toolbox/shogun/issues/3110

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-04-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-10-05
      • 2015-02-17
      相关资源
      最近更新 更多