Guest User

Untitled

a guest
Mar 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. example_measures = np.array([10000000,2,327,500,700,50.22,90.333])
  2. example_measures = example_measures.reshape(1, -1)
  3. prediction = clf.predict(example_measures)
  4. print(prediction)
Add Comment
Please, Sign In to add comment