Skip to content

Instantly share code, notes, and snippets.

@sagarhowal
Created January 14, 2018 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagarhowal/5fd8dd929c878a1141f6905e7ebb6cf8 to your computer and use it in GitHub Desktop.
Save sagarhowal/5fd8dd929c878a1141f6905e7ebb6cf8 to your computer and use it in GitHub Desktop.
walking_3_sec = data[(data['activity'] == 'walking') & (data['exp_id'] == 1)][1000:1150]
model.predict(walking_3_sec, output_frequency='per_window')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment