Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution to remove stationary error: Remove all stationary data from training(and test) #232

Open
MedadRufus opened this issue Jun 2, 2021 · 0 comments

Comments

@MedadRufus
Copy link
Owner

One solution is to remove all stationary data.
Realistically, a route planner does not plan for stationary points.
A decerning way of eliminating stationary data from training must be considered; It must not eliminate traffic light stops since a rider can encounter the same stop in a future trip. But stoppagaes for delivery to the door for example must be eliminated since that is an abnormally.

A elapsed time threshold can be considered; Any stop beyond 90 seconds( max time for traffic light to turn) can be eliminated.

Alternatively, adding the speed as a feature eliminates this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant