module 'xgboost' has no attribute 'XGBClassifier'//cannot import name 'XGBClassifier' from 'xgboost'

在個人電腦中pycharm這樣顯示:pycharm ImportError: cannot import name 'XGBClassifier' from 'xgboost' (E:\pycharm_files\graduation\xgboost.py)io 緣由:本身命名的.py爲xgboost.py這個與xgboost中的庫文件命名衝突,因此本身不要以xgboost.py對腳本進行命名。i
相關文章
相關標籤/搜索