Fix CUML HDBSCAN predictions by using correct method.#1874
Fix CUML HDBSCAN predictions by using correct method.#1874Bougeant wants to merge 3 commits intoMaartenGr:masterfrom Bougeant:patch-1
Conversation
|
Thanks for the PR! Just to be sure I understand correctly, why is this specific change a solution to the problem? Also, which version of cuML are you using? I believe there were some changes to recent versions that might have fixed this. |
|
So I think when
I believe that this was just a typo (you probably meant |
|
@Bougeant I believe this relates to #1324 where Perhaps that related PR should be updated and merged instead? |
|
Oh right, makes sense. In any case, the current implementation does not work since we expect a 2D array but are getting a 2-tuple. #1324 adds some unit tests as well, so that's probably the way to go. |
This fix is intended to fix the bug found here: #1463