from sklearn import preprocessing
X = preprocessing.StandardScaler().fit(X).transform(X)
X[0:5]