"code": "UserError",
[stderr] "message": "The model you attempted to retrieve requires 'xgboostYou have 'xgboost==1.3.3', please reinstall 'xgboost==1.3.3' (e.g.`pip install xgboost==1.3.3`) and re
我在用PyInstaller创建的可执行文件中使用保存的Xgboost模型。我设置了一个虚拟环境并下载了Xgboost并确保它可以运行,但是在我创建可执行文件并运行可执行文件后,我得到了一个关于xgboost.core的错误 ModuleNotFoundError: No modulenemed 'xgboost.core'
当我尝试从python终端导入时,我得到了这个错误,尽管我遵循了安装xgboost的所有步骤,但是python无法获得包的详细信息。>>> import xgboost File "<stdin>", line 1, in <module>当我执行pip安装xgboost时,我得到了这个错误,
Com
我需要释放xgboost模型使用的GPU内存。对于python包来说,这个过程似乎很简单。在收集了所需的信息(如._del_() )之后,只需在模型输出上运行函数即可。这段代码来自于xgboost的示例:
# Simulate N x p random matrix with some binomial response dependent