Guest User

Untitled

a guest
Feb 16th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. def preprocessing_step():
  2. data = get_all_data()
  3. processing_data = preprocessing_data(data)
  4.  
  5. return split_data(processing_data)
Add Comment
Please, Sign In to add comment