I have the a dataframe called features and I scale the data as follows:
col_names=features.columns scaler=StandardScaler() scaler.fit(features) standardized