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

Scoring for Tulul Quotes Single Random Retrieval #36

Open
araishikeiwai opened this issue Oct 2, 2015 · 4 comments
Open

Scoring for Tulul Quotes Single Random Retrieval #36

araishikeiwai opened this issue Oct 2, 2015 · 4 comments

Comments

@araishikeiwai
Copy link
Member

Quotes should be scored in a way such that no quote appears too often or never appears at all

@wazaundtechnik
Copy link
Contributor

Hi rick. Does it mean we are not allowed to use Gaussian Random anymore?

@wazaundtechnik wazaundtechnik changed the title Scoring for Tulul Quotes Scoring for Tulul Quotes Single Random Retrieval Oct 5, 2015
@kmkurn
Copy link

kmkurn commented Oct 11, 2015

Any idea what the probability distribution should look like? Right now we're using Python's built-in random.choice() function and from the docs it says the distribution is uniform.

@araishikeiwai
Copy link
Member Author

quotes which appear often should have lower priority. so each quote has to be weighed. when a quote is picked, add 1 to the weigh. higher weigh = lower priority.

@araishikeiwai
Copy link
Member Author

look: http://www.evanmiller.org/how-not-to-sort-by-average-rating.html

not sure how to utilise since we only have 1 variable

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

3 participants