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

question about fail rate #5

Open
KennyNH opened this issue Dec 13, 2024 · 2 comments
Open

question about fail rate #5

KennyNH opened this issue Dec 13, 2024 · 2 comments

Comments

@KennyNH
Copy link

KennyNH commented Dec 13, 2024

Thanks for your wonderful work.

My question is how to calculate the fail rate (FR) metric. It seems that Gaode Map API always returns something even though you input a non-existent POI.

@YihongT
Copy link
Owner

YihongT commented Dec 17, 2024

Hi, thanks for the question. We use the Map API along with string match scores from the thefuzz package to determine whether a POI is "failed." Specifically, we filter out POIs with string match scores below a certain threshold (e.g., 60 in our implementation). I hope this helps.

@Luyunfei0728
Copy link

Hello, do you plan to open source the codes of the implementation methods of RR, AM, OL and other indicators proposed in your experiment? Are you planning to open source?

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

3 participants