Skip to content

Instantly share code, notes, and snippets.

@GeorgeSeif
Last active November 9, 2018 02:47
Show Gist options
  • Select an option

  • Save GeorgeSeif/3b2115e966b4620dc37fa40ccfcb4d9f to your computer and use it in GitHub Desktop.

Select an option

Save GeorgeSeif/3b2115e966b4620dc37fa40ccfcb4d9f to your computer and use it in GitHub Desktop.
from sklearn.preprocessing import StandardScaler
X = StandardScaler().fit_transform(X)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment