Closed lateflare closed 4 years ago
We need to scale the dev data based on the training data mean and standard deviation. I think scaler.fit_and_transform(devdata) will calculate use the dev data mean/standard deviation. Can you update this to standardize the dev data using scaler.mean and scaler.var_**(1/2) ?
Updates scaling.