rapidsai/cuml

[DEBT] add checks for the spectral unit-tests!

Open

#1,676 opened on Feb 13, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (644 forks)auto 404
CUDA / C++Tech Debtgood first issuetests

Repository metrics

Stars
 (5,223 stars)
PR merge metrics
 (PR metrics pending)

Description

Current unit-tests for spectral clustering/embedding only run the code, but doesn't do any checks on the resulting clusters/embeddings! This is a testing hole and must to be fixed for a better coverage. The source file of interest is cpp/test/sg/spectral_test.cu.

Contributor guide