- Walk through the list of most commonly visited places
- For each place, find the most common next place visited after
- Store this as a "Common Trip"
- From there, can easily pick up all the path items in each trip between those two places
- Trim and discard outlier trips, based on something like
meanTripDuration + 2sd
Originally posted by @sobri909 in #20 (comment)
meanTripDuration + 2sdOriginally posted by @sobri909 in #20 (comment)