Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 17, 2021 09:10
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 amankharwal/bea68fa7ff5f59fa07e894c0b231dec2 to your computer and use it in GitHub Desktop.
Save amankharwal/bea68fa7ff5f59fa07e894c0b231dec2 to your computer and use it in GitHub Desktop.
from sklearn.preprocessing import MinMaxScaler
min_max_scaler = MinMaxScaler()
features = min_max_scaler.fit_transform(features)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment