Skip to content

Instantly share code, notes, and snippets.

@dongr0510
Created August 28, 2020 22:15
Show Gist options
  • Save dongr0510/53a4f43cafe2d651413e4155f1aad090 to your computer and use it in GitHub Desktop.
Save dongr0510/53a4f43cafe2d651413e4155f1aad090 to your computer and use it in GitHub Desktop.
from sklearn.preprocessing import RobustScaler
robust_scaler = RobustScaler()
transformed = robust_scaler.fit_transform(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment