【问题标题】:install xgboost on PythonAnywhere在 PythonAnywhere 上安装 xgboost
【发布时间】:2017-10-31 00:41:53
【问题描述】:

是否可以在 PythonAnywhere 上安装 xgboost?我正在尝试不同类型的教程,但没有任何效果。 我做过这样的事情:

$ make -j4
$ cd ../rabit
$ make lib/librabit_empty.a -j4
$ cd ..
$ cp make/mingw64.mk config.mk
$ make -j4

之后我需要构建包

python setup.py install

但我的 xgboost 文件夹中没有 \xgboost\python-package。我在做什么错? 也许有人给我 PythonAnywhere 上 xgboost 的分步指南?

【问题讨论】:

  • 你从哪里下载了 xgboost?
  • @Giles Thomas pip install xgboost
  • 这应该就是您需要做的所有事情了——您是否遇到任何错误?

标签: python python-3.x installation xgboost pythonanywhere


【解决方案1】:

尝试使用 pip install xgboost 或 conda install xgboost

【讨论】:

猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2018-01-17
  • 1970-01-01
  • 2021-03-25
相关资源
最近更新 更多