-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
BIC formula or calculation not mentioned #17072
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
Comments
I couldn't find any discrepancy in BIC formula over the internet. It's just that in some places the negative term is written first. You can check out this paper Here |
Yes, I never said there is a "discrepancy". It's about the negative sign. It would be nice to show if the implementation is using negative or positive sign. |
The formula for BIC is explicitly covered in the user guide. This is also linked in the docstring/API page of |
Currently it takes quite a few clicks to go from the example to the API page to the user guide.
|
Uh oh!
There was an error while loading. Please reload this page.
Describe the issue linked to the documentation
In this link:
https://scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html
there is no mention of how the BIC metric is calculated. Some textbooks show a negative sign and some show a positive sign before the equation.
Suggest a potential alternative/fix
It would be nice to show a latex formula of BIC used in the implementation.
The text was updated successfully, but these errors were encountered: