Anupam

Results 30 issues of Anupam

Follow up to #6486 Scope: This should essentially be spectral embedding + kmeans Will need to do the cpp layer in cuvs and expose in cuml Python API to mirror...

feature request

Parent tracker issue for the entire spectral embedding feature

feature request

Tracking issue for python API for spectral embedding API should be similar to `sklearn.manifold.SpectralEmbedding`

feature request
Cython / Python

Depends on https://github.com/rapidsai/raft/pull/2701 and Resolves https://github.com/rapidsai/raft/issues/2682

Cython / Python
improvement
non-breaking
CMake
CUDA/C++

Resolves #5129 Depends on https://github.com/rapidsai/cuvs/pull/971 Adding new distance types in cuvs bloats the binary size.

Cython / Python
improvement
non-breaking
CMake
CUDA/C++

Follow up to #6743 We have seen the spectral initialization fail sometimes and need to find out where the problem is coming from. # Todo * Extract solver input data...

Resolves #966

feature request
non-breaking
cpp
CMake

Once we are able to support `int64_t` in Spectral Embedding https://github.com/rapidsai/cuml/issues/7225 we can support `int64_t` in Spectral Clustering.

We should remove the contents under `include/embed` and `src/embed` since we have introduced a new Spectral Clustering under `include/cluster`

Resolves #7517 The `optimize_batch_kernel` and `optimize_batch_kernel_reg` use the following condition to check for out of bounds `while (row < nnz)` Inside the loop `row += skip_size` is used for iteration....

bug
non-breaking
CUDA/C++
algo: umap