Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. samples[:, 0] = preprocessing.MaxAbsScaler().fit_transform([:, 0])
  2. samples[:, 1] = preprocessing.StandardScaler().fit_transform([:, 1])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement