我已經使用scikit-learn安裝了Anaconda Python發行版。 雖然進口RandomForestClassifier:RandomForestClassifier導入
from sklearn.ensemble import RandomForestClassifier
我有以下錯誤:
File "C:\Anaconda\lib\site-packages\sklearn\tree\tree.py", line 36, in <module> from . import _tree ImportError: cannot import name _tree
什麼問題可以嗎?
'0.18.1'
嘗試這個辦法:運行'蟒蛇-m site',並確保沒有其他Python環境較活躍的其他蟒蛇。 – miraculixx