Divye Gala

Results 120 comments of Divye Gala

Just confirmed this behavior on CUDA 10.2 for `thrust::min_max`

@lmcinnes what is the expected behavior? I'm happy to submit a patch/fix

@jcfaracco the first intuition I have is that your `min_samples` is really low. Can you try increasing it? If your data is really dense, it is possible that the first...

@heytanay you should be able to use scikit-learn's cross validators directly with a cuML model. Can you try that and let me know if it works?

@beckernick correct me if I am wrong, but shouldn't we be able to get away by using CuPy arrays, since they have the same mechanisms as NumPy arrays?

@heytanay we would absolutely welcome a contribution from your side here. Let me know if I can be a resource to you in any way during your PR process, be...

@heytanay yep, I don't foresee any need of CUDA here. You should be able to leverage features from cuML or our dependencies to directly build this feature out in Python.

@tvdboom in the meantime, could you tell what version of RAPIDS you are using?

@farhanrahman I believe you only have to install those dependencies if you are setting up the dependency tree yourself. Installing the dev environment is enough to get all needed dependencies,...