-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable UMAP to properly handle sparse data (#772)
* Fix UMAP sparse data Signed-off-by: Rishi Chandra <rishic@nvidia.com> * Add TBDs * Address comments - round 1 * Address comments pt 2 * Address comments pt 3 * CSR format implementation and tests * update type check * Fix benchmark script * assert_umap_model func, parametrize metric * Return dataframe from _fit as separate rows * Broadcast at transform, fix CSR chunking * Update NNZ warning, simplify chunking process * type checking * Add CSR chunk warning. * Update warning msg --------- Signed-off-by: Rishi Chandra <rishic@nvidia.com>
- Loading branch information
Showing
5 changed files
with
509 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.