TypeError: 'float' object is not callable報錯及解決方案

今天進行scikit-learn的特徵選擇實驗時,一段很是短的代碼不知爲什麼老是報錯,代碼以下:編程 #Filename:FeatureV1.py from sklearn.feature_selection import VarianceThreshold X=[[0,0,1],[0,1,0],[1,0,0],[0,1,0],[0,1,1]] sel=VarianceThreshold(thre
相關文章
相關標籤/搜索