datamapio / posmo_one_testing

Public Testing Repo
0 stars 0 forks source link

Unknown segments #6

Open alexhokej opened 4 years ago

alexhokej commented 4 years ago

Screenshot_20200623-001303 Screenshot_20200623-001308 Screenshot_20200623-001314 Screenshot_20200623-001319 Screenshot_20200623-001326

June 20th 2020

The Unknown segments are in fact car segments. The Bike segment is a mistake. No Data segments should be joined with places (Custom place). The walking segments are spot on. Geofence and Wifi over GPS were turned on.

djr4 commented 4 years ago
Screen Shot 2020-06-23 at 11 17 28 AM

reprocessed, both recognized as car segments. There are 2 problems that remain. Walk is noise there and DBScan didn't catch that also bus segment should be car.

Ok I found little fix for dbScan for representative cluster. so now there is no walk noise.

Screen Shot 2020-06-23 at 11 45 20 AM

For bus problem (little segment), it's ML problem, needs better interpretation.

As for no data - static - no data: it's dangerous to merge on backend (you could have turned off phone and traveled then hit static for example so this should be done on web by user.

Thanks for reporting Alex.