
A starter notebook will be provided to help you make your first submission.
The data for this competition takes the form of GPS locations recorded during runs or walks. Each activity is logged by two devices: a smartphone (low accuracy and occasional signal loss) and a ‘benchmark’ device with a much more accurate GPS. The goal is to be able to correct the locations reported by the low-accuracy source device when signal is lost.
To evaluate performance on this task, we’ve split the tracks into ‘sequences’. For each sequence, you’ll be given the GPS recordings from the source device from approximately 120 seconds of activity. Using the source data you must predict the benchmark points for the same 120 seconds.
We have prepared some training sequences in the same format as the test sequences, with the labels available in Train.csv.
We have also shared the raw data used to generate these training sequences. These tracks consist of longer recordings of entire activities by the source and benchmark devices, which can be used to generate additional training sequences. The starter notebook shows examples of how to slice these tracks into sequences similar to those used in the test set.
A sequence is encoded as a CSV file with the following columns:
Files available for download:
Check the starter notebook for additional explanation, and feel free to ask for clarification on the discussions page.
Join the largest network for 
data scientists and AI builders