简体   繁体   English

在 PythonAnywhere 上安装 xgboost

[英]install xgboost on PythonAnywhere

Is it possible to install xgboost on PythonAnywhere?是否可以在 PythonAnywhere 上安装 xgboost? I am trying different kind of tutorials but nothing worked .我正在尝试不同类型的教程,但没有任何效果。 i had done somthing like this:我做过这样的事情:

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

after this i need to build package在此之后我需要构建包

python setup.py install

but there is no \\xgboost\\python-package in my xgboost folder.但是我的 xgboost 文件夹中没有 \\xgboost\\python-package。 What iam doing wrong?我做错了什么? Maybe someone give me step by step guide to xgboost on PythonAnywhere ?也许有人给我一步一步地指导 PythonAnywhere 上的 xgboost ?

尝试使用 pip install xgboost 或 conda install xgboost

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM