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

Sophisticated score system using user selection frequencies #4

Open
espadrine opened this issue Jul 24, 2013 · 2 comments
Open

Sophisticated score system using user selection frequencies #4

espadrine opened this issue Jul 24, 2013 · 2 comments

Comments

@espadrine
Copy link
Owner

So far, the idea is to compute the final score of each suggestion based on a weighted sum.

For instance, on JS:

w1·(keyword score) + w2·(static analysis score)
+ w3·(dynamic lookup score) + w4·(user frequency score)

with w1 < w2 < w3 < w4.

The user frequency score would be attached to display names, instead of accurately scoped properties, both to prevent wasting memory and to avoid resetting that information when the cursor changes scope.

@grssam
Copy link
Contributor

grssam commented Jul 24, 2013

I am still not sure on integrating the frequency score in the overall score to decide the order of popup items as compared to just use the frequency score to decide the highest weighted entry and highlight it when the popup is open.

@grssam
Copy link
Contributor

grssam commented Jul 24, 2013

because for a ML system to work properly , we would need some historic trailing data to decide the w4

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

No branches or pull requests

2 participants