【问题标题】:xgboost pckage for python 3.6python 3.6的xgboost包
【发布时间】:2018-12-29 13:16:56
【问题描述】:

我正在尝试在 window 和 python 3.6.5 中安装 xgboost0.72 它向我显示以下错误:

xgboost-0.72-cp37-cp37m-win32.whl 不是此平台支持的滚轮。

谁能帮我确定哪个版本的 xgboost 与 python 3.6.5 兼容。 谢谢 泽普

【问题讨论】:

    标签: python machine-learning xgboost


    【解决方案1】:

    尝试做:

    pip install xgboost
    

    它对我有用。

    或者试试这个:

    1. 从 [这里][1] 下载 xgboost whl 文件(确保与您的 python 版本和系统架构相匹配,例如“xgboost-0.6-cp35-cp35m-win_amd64.whl”用于 64 位机器上的 python 3.5)
    2. 打开命令提示符
    3. cd 到您的下载文件夹(或保存 whl 文件的任何位置)
    4. pip install xgboost-0.6-cp35-cp35m-win_amd64.whl(或任何你的 whl 文件名称)

    来源:How to install xgboost package in python (windows platform)?

    【讨论】:

      猜你喜欢
      • 2020-06-10
      • 2017-10-29
      • 1970-01-01
      • 2018-05-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-05-23
      • 1970-01-01
      相关资源
      最近更新 更多