Skip to content

Instantly share code, notes, and snippets.

@glemaitre
Last active June 28, 2017 19:49
Show Gist options
  • Save glemaitre/5f49599a08cf89f51ce99013b10b2c8e to your computer and use it in GitHub Desktop.
Save glemaitre/5f49599a08cf89f51ce99013b10b2c8e to your computer and use it in GitHub Desktop.
from skcycling.data_management import Rider                                                                          
                                                                                                                     
filename = '../data/rider/user_5.p'                                                                                  
my_rider = Rider.load_from_pickles(filename)                                                                         
print('This rider has {} rides.'.format(len(my_rider.rides_pp_)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment