We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The prob_cleanup can produce misleading results, for example
prob_cleanup(0.2, 2025, np.inf)
returns 1, but the for an inifinite vocabulary, the probability should not be 1.
The text was updated successfully, but these errors were encountered:
Or maybe I'm misunderstanding the documentation ... it is confusing me slightly.
Sorry, something went wrong.
Let prob_cleanup raise exception if inaccurate.
2da500a
Fixes #203.
6633ed1
a65a30e
Successfully merging a pull request may close this issue.
The prob_cleanup can produce misleading results, for example
returns 1, but the for an inifinite vocabulary, the probability should not be 1.
The text was updated successfully, but these errors were encountered: