cuml icon indicating copy to clipboard operation
cuml copied to clipboard

[TASK] Add tests for matching the exact dtype expected by the Scikit-learn API to all estimators.

Open dantegd opened this issue 1 year ago • 0 comments

Currently we test accuracy of results in general, but there are cases like #5946 where we return correct values with the wrong dtype, breaking interoperability. This task encompasses adding a set of small and fast tests for explicit output dtype matching for all/relevant estimators.

dantegd avatar Jun 28 '24 06:06 dantegd