腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
4
回答
如
何在
macOS
上
安装
xgboost
?
python
、
xgboost
我使用clang Mojave (编辑:使用
python
3,默认通过brew
安装
clang-llvm )。我尝试用不同
的
方法
安装
xgboost
,但都无济于事。我在这里尝试可能让它正常工作。首先,我简单地尝试了pip install
xgboost
。下面列出了一条很长
的
错误消息。再次运行该命令,即使用CC=gcc-9 CXX=g++-9 pip install
xgboost
指定c编译器也会得到相同
的
结果。我无法链接gcc,因为我需要正
浏览 6
提问于2019-08-14
得票数 1
4
回答
XGBoostError:检查失败: typestr.size() == 3 (2 vs.3):“type vs.”应该格式为在bytes>中键入
的
<endian><type><size
python
、
scikit-learn
、
xgboost
我有一个奇怪
的
问题,一个新
的
安装
xgboost
。在正常情况下,它可以正常工作。但是,当我在下面的函数中使用该模型时,它会给出标题中
的
错误。我使用
的
数据集是从kaggle借来
的
,可以在这里看到:def get_val_scores(model, X, y, return_test_score=False, return_importances,如果我在sklearn
中
创建一个管道,它可以
浏览 10
提问于2021-04-14
得票数 3
回答已采纳
1
回答
无法
安装
xgboost
Python
3 Mac
python-3.x
、
macos
、
xgboost
我在
MacOS
10.10.5上
安装
xgboost
时遇到了一些问题。我使用
的
是
Python
3.6.3。我已经尝试过pip install
xgboost
,但收到以下错误:Command "
python
setup.pyfailed with error code 1 in /private/var/folders/tz/
浏览 14
提问于2018-03-03
得票数 1
10
回答
如
何在
MacOS
的
python
中
安装
xgboost
?
python
、
macos
、
installation
、
osx-elcapitan
、
xgboost
有人能帮我吗-如
何在
python
中
安装
xgboost
.我使用
的
是Mac 10.11。我在网上读到了下面提到
的
步骤,但不知道下一步该怎么做: pip install
xgboost
-
浏览 20
提问于2016-09-04
得票数 21
9
回答
如
何在
Windows
中
安装
XGBoost
包
python
、
xgboost
我尝试在
python
中
安装
XGBoost
包。我使用
的
是64位
的
windows操作系统。我已经经历了以下几个步骤。软件包目录指出
xgboost
对于windows是不稳定
的
,并且被禁用:在windows上
的
pip
安装
当前被禁用以进行进一步
的
调查,请从github
安装
。我不是很精通Visual Studio,在构建
XGBoost
时遇到了问题。我错过了在数据科学中使用<e
浏览 6
提问于2016-02-20
得票数 14
1
回答
Sagemaker笔记本电脑导入上
的
xgboost
失败
python
、
jupyter-notebook
、
conda
、
xgboost
、
amazon-sagemaker
我正在尝试使用
XGBoost
在萨格梅克笔记本上。我正在使用conda_
python
3内核,并
安装
了以下软件包:但是,一旦我试图导入
xgboost
,Traceback (most recent call last)----> 1 import
xgboost<
浏览 3
提问于2020-06-10
得票数 0
回答已采纳
1
回答
无法导入
Python
中
的
xgboost
python
、
macos
、
python-import
、
importerror
、
xgboost
我已经成功地使用PIPforPython2.7.16
安装
了
xgboost
(我在
macOS
High上使用Homebrew
安装
了这个
Python
)。我
的
问题是,我无法导入
Python
中
的
xgboost
,如下所示:
Python
2.7.16 (default, Apr 12 2019, 15:32/lib/l
浏览 1
提问于2019-05-21
得票数 2
4
回答
Jupyter notebook
xgboost
导入
python
、
ipython-notebook
、
jupyter
、
xgboost
我有以下问题(我在MAC上) 我可以用我
的
终端从
python
2.7或
python
3.6导入
xgboost
,但问题是我不能在我
的
Jupyter笔记本上导入它。import
xgboost
as xgb ()
中
的
ModuleNotFoundError回溯(最近一次调用)->1将
xgboost
导入为xgb ModuleNotFoundError:没有名为“”
xgboost
/
xgboost
-
浏览 188
提问于2017-07-01
得票数 19
回答已采纳
2
回答
在Pycharm
中
的
Mac M1上找不到Brew
安装
包
python
、
pycharm
、
homebrew
、
apple-m1
我在Pycharm
中
安装
和使用包时遇到了问题。我遵循了不同
的
思路(我是Mac
的
新手,似乎已经尝试过所有的方法),现在我被卡住了。%brew install
xgboost
警告:
xgboost
1.3.3已
安装
并且是最新
的
。此处显示
安装
正常: /opt/homebrew
浏览 7
提问于2021-03-22
得票数 0
1
回答
安卓平台上
的
XgBoost
android
、
machine-learning
、
xgboost
我注意到
XgBoost
支持多种操作系统,
如
MacOS
、Ubuntu、Windows等。
安装
说明可以找到。然而,我没有看到任何关于Android
的
说明。
浏览 1
提问于2016-11-04
得票数 8
回答已采纳
1
回答
在when 10-64位
的
cygwin下
安装
xgboost
时编译libxgboost.so失败
python
、
windows
、
cygwin
、
fopen
、
xgboost
我在cygwin下使用
python
,现在我需要
安装
xgboost
。但在锡格温,我需要
的
是libxgboost.so。所以我一步一步地遵循。以及如
何在
cygwin环境下构建和
安装
xgboost
?不生成在windows下使用!!List of candidates:
浏览 3
提问于2016-06-13
得票数 0
10
回答
XGBoostLibraryNotFound:在候选路径
中
找不到
XGBoost
库,您是否在根路径
中
安装
了编译器并运行了build.sh?
python
、
anaconda
、
xgboost
我在移动
XGBoost
的
python
包目录时遇到了这个问题。Traceback (most recent call last): File "setup.py", line 19, in LIB_PATH = libpath'find_lib_path' File "
xgboost
find_lib_path 'List of candidates:\n' + ('\n'.join(dll_path))) builtin.XGBoost
浏览 0
提问于2017-04-10
得票数 23
1
回答
windows
中
的
XGBoost
安装
python
、
machine-learning
、
xgboost
我正在windows环境
中
尝试在anaconda
中
安装
xgboost
。赢8.1,64位,
Python
3.5.中提到
的
,如何为
xgboost
创建共享库?
安装
指南 我寻找解决方案,但
浏览 1
提问于2017-02-04
得票数 1
3
回答
在`packages_to_install`
中
,Kubeflow管道在哪里查找包?
python
、
kubeflow
、
google-cloud-vertex-ai
、
kubeflow-pipelines
我正在使用顶点AI
中
的
Kubeflow管道来创建我
的
ML管道,并且能够使用以下语法使用Kubeflow组件
中
的
标准打包 # this component builds anmetrics: Output[Metrics],): 现在我需要在packages_to_install
中
添加我
的
自定义为此,我需要了解当在base_image上
安装
浏览 14
提问于2022-06-22
得票数 1
14
回答
ImportError:没有名为
xgboost
的
模块
python
、
jupyter-notebook
当我尝试从
python
终端导入时,我得到了这个错误,尽管我遵循了
安装
xgboost
的
所有步骤,但是
python
无法获得包
的
详细信息。我对
python
相对较新,我可以很容易地
安装
numpy和熊猫包,我使用这个链接在MACOSX 上
安装
。>>> import
xgboost
File "<stdin>
浏览 40
提问于2016-11-22
得票数 40
回答已采纳
1
回答
基于doSNOW和
macOS
的
并行Caret
r
、
machine-learning
、
parallel-processing
、
cpu-usage
、
r-caret
我将遵循本教程介绍R和插入符号()
的
机器学习,并在
macOS
上与doSNOW并行运行R时获得与centOS不同
的
机器行为:registerDoSNOWtuneGrid = tune.grid,stopCluster(cl) 在
macOS
有什么是我遗漏
的
吗?,我应该期望在这些脚本相同
的
系统上有不同
的</
浏览 0
提问于2017-07-18
得票数 2
回答已采纳
5
回答
进口巨蟒吗?
ubuntu
、
xgboost
git clone --recursive https://github.com/dmlc/
xgboost
我使用官方文档在ubuntu上
安装
xgboost
。没有错误,但是当我启动我
的
ipython笔记本(这是anaconda环境)时,导入
xgboost
会显示错误,这不是模块。 如
何在
我
的
anaconda
python
环境中导入
xgboost</
浏览 9
提问于2017-06-16
得票数 3
回答已采纳
1
回答
安装
XGBoost
for Pycharm VirtualEnv (Windows)
python
、
pycharm
、
virtualenv
、
xgboost
虽然我在Project解释器- Install (+)可用
的
包菜单中找到了
XGBoost
包,但是在
安装
过程中发生了以下错误: C:\Users\AppData\Local\Temp\pycharm-packaging\
xgboost
\pip-egg-info
中
没有文件/目录(来自PKG-INFO) 我已经找到了关于在Windows上
安装
XG
浏览 4
提问于2017-12-05
得票数 1
回答已采纳
1
回答
正在将
xgboost
上载到azure机器学习:%1不是有效
的
Win32应用程序\r\n进程返回非零退出代码1
python
、
azure
、
python-3.5
、
azure-machine-learning-studio
我曾尝试将
xgboost
库上传到Azure ML,但是它声称我
的
库不是Win32应用程序。我已经确保
安装
了32位版本
的
软件包,并且我运行
的
也是32位
的
conda。我从下载了这个库,并选择了32位
Python
3.5版本。
Python
安装
如下。 这是我
的
anaconda conda
安装
有没有人能看到我哪里出了问题?诚挚
浏览 1
提问于2017-05-31
得票数 0
2
回答
Windows
xgboost
错误
python
、
import
、
xgboost
安装
xgboost
库很痛苦,但现在Windows8.1 64位上发生了另一个错误 File "C:\
Python
34\lib\site-packages\
xgboost
-0.4-py3.4.egg\
xgboost
\__init__.py", line 11, in<module> from .core import D
浏览 0
提问于2016-04-09
得票数 2
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券