适用于python 3.6的xgboost打包

编程入门 行业动态 更新时间:2024-10-26 20:34:30
本文介绍了适用于python 3.6的xgboost打包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

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

I am trying in install xgboost0.72 in window and python 3.6.5 It shows me the following error:

xgboost-0.72-cp37-cp37m-win32.whl在此平台上不受支持.

xgboost-0.72-cp37-cp37m-win32.whl is not a supported wheel on this platform.

谁能帮助我确定哪个版本的xgboost与python 3.6.5兼容. 谢谢 压缩

Can anyone help me out which version of xgboost is compatible with python 3.6.5. Thanks zep

推荐答案

尝试做:

pip install xgboost

对我有用.

或尝试以下操作:

  • 从[这里] [1]下载xgboost whl文件(请确保与您的python版本和系统架构匹配,例如,在64位计算机上用于python 3.5的"xgboost-0.6-cp35-cp35m-win_amd64.whl")
  • 打开命令提示符
  • cd到下载"文件夹(或保存whl文件的位置)
  • pip install xgboost-0.6-cp35-cp35m-win_amd64.whl(或任何您的whl文件命名)
  • download xgboost whl file from [here][1] (make sure to match your python version and system architecture, e.g. "xgboost-0.6-cp35-cp35m-win_amd64.whl" for python 3.5 on 64-bit machine)
  • open command prompt
  • cd to your Downloads folder (or wherever you saved the whl file)
  • pip install xgboost-0.6-cp35-cp35m-win_amd64.whl (or whatever your whl file is named)
  • 来源:如何安装xgboost软件包在python(Windows平台)中?

    更多推荐

    适用于python 3.6的xgboost打包

    本文发布于:2023-07-04 06:38:45,感谢您对本站的认可!
    本文链接:https://www.elefans.com/category/jswz/34/1019746.html
    版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
    本文标签:适用于   python   xgboost

    发布评论

    评论列表 (有 0 条评论)
    草根站长

    >www.elefans.com

    编程频道|电子爱好者 - 技术资讯及电子产品介绍!