Skip to content

Instantly share code, notes, and snippets.

@AyishaR
Created February 20, 2021 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AyishaR/fe0079a79d363bb80d96895a2a915605 to your computer and use it in GitHub Desktop.
Save AyishaR/fe0079a79d363bb80d96895a2a915605 to your computer and use it in GitHub Desktop.
ss = StandardScaler()
Xtrain = ss.fit_transform(Xtrain)
Xval = ss.transform(Xval)
Xtest = ss.transform(Xtest)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment