Thejaswi. N. S

Results 6 issues of Thejaswi. N. S

Original serial algo: https://www.aaai.org/Papers/KDD/1996/KDD96-037.pdf GPU based implementations: 1. CUDA-DClust: http://www.dbs.ifi.lmu.de/Publikationen/Boehm/CIKM_09.pdf. It uses a collision matrix approach to name clusters. also has an index data structure on GPU that helps reduce...

CUDA
new algo

### Environment (for bugs) - **OS platform, distribution and version (e.g. Linux Ubuntu 16.04)**: Linux Ubuntu 16.04 - **Installed from (source or binary)**: source - **Version**: @commitID abe45eeb717d5ab4fee2f5b1386c82c93f14ab33 - **Python...

**Is your feature request related to a problem? Please describe.** RF implementation should support computing `feature_importances_` property, just like how it is exposed in [sklearn](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html#sklearn.ensemble.RandomForestClassifier.feature_importances_). **Describe the solution you'd like**...

feature request
doc
CUDA / C++
Cython / Python
Algorithm API Change
improvement
inactive-30d

PR #3 introduces `include/whole_memory.h` which currently seems to have its own communicator. In the future, we should be using the raft communicator handle instead.

good first issue
tech-debt

@BradReesWork JFYI... Currently, WM directly uses C10 API's from pytorch. Eg: `wholegraph/torch/whole_nccl_pytorch_tensor.h`. This means, similar to the pytorch backend of cugraph-ops, we'll also have to think about the topic of...

good first issue
tech-debt

Currently, they are just all over the place! I propose the following rule-of-thumb: 1. If a header file contains cuda kernels and/or device methods, then it should be a `.cuh`....

good first issue
proposal
CUDA / C++
Build or Dep
Tech Debt