Guest User

Untitled

a guest
Jul 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. from sklearn.preprocessing import MinMaxScaler
  2. #interval scaling, the return value is the data scaled to the [0, 1] interval
  3. MinMaxScaler().fit_transform(iris.data)
Add Comment
Please, Sign In to add comment