[MRG+1] FIX consensus score on non-square similarity matrices#3640
[MRG+1] FIX consensus score on non-square similarity matrices#3640amueller merged 2 commits intoscikit-learn:masterfrom
Conversation
|
fine, but needs a test |
|
Added a test that shows the issue (fails in the current master, runs through with this patch). |
|
This LGTM. Aside: I am altogether not very happy with the dense data format that the bicluster module currently produces (see #2484). And do you find, @untom, that the |
|
And thanks for the ping! |
|
I absolutely agree with the Issue raised in #2484. I found the picked data format odd as well, back when I started working on PR #2476. As far as performance goes, I've never seen |
|
Ah of course. Thanks. |
|
pinging @arjoly : could this get a MRG+2 ? |
|
Or maybe @amueller is the right person to ping? (he added the issue to the 0.15.1 milestone) |
|
The fix looks good. Thanks. Sorry the fix was lying around for so long. |
[MRG+1] FIX consensus score on non-square similarity matrices
This PR fixes #2445: When similarity matrices are non-square, the
bicluster.consensus_scoregave wrong results.