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同じパッケージでクラスを使用できます。