StandardScaler
前処理パッケージhttp://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html#sklearn.preprocessing.StandardScalerのクラスを使用したかったのですがAttributeError: 'module' object has no attribute 'StandardScaler'
、scikit-learn0.13を引き続き使用しています。
preprocessing.__dict__
は表示されませんStandardScaler
。
LabelEncoder
同じパッケージでクラスを使用できます。