Guest User

Untitled

a guest
Apr 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # Load the pickled variable saved in Drive.
  2. with open('model_svc.pickle', 'r') as f:
  3. model_svc = pickle.load(f)
Add Comment
Please, Sign In to add comment