-
-
Notifications
You must be signed in to change notification settings - Fork 26k
[MRG+1] fowlkes_mallows_score: unit tests (Fixes #8101) #8140
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
[MRG+1] fowlkes_mallows_score: unit tests (Fixes #8101) #8140
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this looks a little more thorough. LGTM, thanks
Could you fix the flake 8 tests in travis? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for merge apart from the flake8 issue
@raghavrv , did it. |
Thanks! |
Fixes #8101
What does this implement/fix? Explain your changes.
Added one more unit test for fowlkes_mallows_score() in
sklearn.metrics.cluster
module as discussed in the issue #8101