出现module 'xgboost' has no attribute 'DMatrix'的临时解决方法
Posted blogwangwang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了出现module 'xgboost' has no attribute 'DMatrix'的临时解决方法相关的知识,希望对你有一定的参考价值。
问题根源:
初学者或者说不太了解Python才会犯这种错误,其实只需要注意一点!不要使用任何模块名作为文件名,任何类型的文件都不可以!我的错误根源是在文件夹中使用xgboost.*的文件名,当import xgboost时会首先在当前文件中查找,才会出现这样的问题。
所以,再次强调:不要用任何的模块名作为文件名!
更改文件名即可...
————————————————
原文链接:https://blog.csdn.net/lt77701/java/article/details/51064783
以上是关于出现module 'xgboost' has no attribute 'DMatrix'的临时解决方法的主要内容,如果未能解决你的问题,请参考以下文章
安装socketio出现module 'importlib._bootstrap' has no attribute 'SourceFileLoader' 错误
VScode中pytorch出现Module 'torch' has no 'xx' member错误
Python运行出现:ModuleNotFoundError: No module named 'logbook',解决办法
卸载驱动出现:rmmod: can't change directory to '/lib/modules': No such file or directory
PyCharm出现module 'matplotlib' has no attribute 'verbose'解决方案
创建django项目出现AttrbuteError module 'pip' has no attribute 'main'解决方法