Version 0.1¶
Changelog¶
New features¶
Base
Riderallows to store and easily manipulate power data of a cyclist. By Guillaume Lemaitre.
Datasets
datasets.load_fitanddatasets.load_riderprovides datasets for .fit files and internal rider files, respectively. By Guillaume Lemaitre.
Extraction
extraction.activity_power_profileallows to extract the power-profile of an activity. By Guillaume Lemaitre.extraction.acceleration,extraction.gradient_elevation, andextraction.gradient_heart_rateallows to extract the gradient of the speed, elevation, and the heart-rate. By Guillaume Lemaitre.extraction.gradient_activityallows to compute the gradient for all available data for a given period. By Guillaume Lemaitre.
Input/Output
bikereadimplement a common interface to read bike files. By Guillaume Lemaitre.
Metrics
metrics.std_dev_squared_errorcomputes the standard deviation of the squared error when dealing with regression. By Guillaume Lemaitre.metrics.aerobic_meta_modelcomputes the aerobic model (MPA mainly). By Guillaume Lemaitre.
Model
strava_power_modelimplements the method used in Strava for the prediction of power from GPS data. By Guillaume Lemaitre.