執行from sklearn.preprocessing import LabelEncoder出現ERROR?
2022/10/25 下午 05:19
EDA:欄位的資料類型介紹及處理
Justin Chien
觀看數:10
回答數:1
收藏數:0
請問執行from sklearn.preprocessing import LabelEncoder出現EORROR如下如何解決?!
回答列表
-
2022/10/26 下午 02:48王健安贊同數:1不贊同數:0留言數:1
Justin Chien 您好, 這個是 scikit-learn 與 numpy、pandas 等相依套件的版本不相容, 建議您可同時先將 scikit-learn、numpy 以及 pandas 解除安裝後, 再重新安裝一次以利可安裝到最新的版本, 感謝您。