Victor Lafargue

Results 35 comments of Victor Lafargue

Unfortunately this feature is not yet available, but that is something we are thinking about. However, if you are interested, there's already a [POC PR](https://github.com/rapidsai/cuml/pull/4730) that allows one to train...

Thank you for spotting that. Unfortunately, it looks like there is no simple solution for this right now. Indeed the [knnIndex struct contains GPU resources handled by FAISS](https://github.com/rapidsai/raft/blob/21e8874e4f9b1995316b7f130d499065e4cef433/cpp/include/raft/spatial/knn/ann_common.h#L28-L40). However, if...

> Can you rebase or merge the latest changes? It seems that we're getting tagged to review code changes that were merged in previous PRs. Sorry for that. `branch-22.08` appear...

> This will also close #2035 , right? Thanks for noticing me of this issue. The version of the `QuantileTransformer` in this PR does operations in a similar fashion to...

The default argument is set to True to follow sklearn's behavior. The CuPy issue was apparently resolved on cuSparse side. Its mention should be removed from the doc. The code...

Could you be more specific about what doesn't work for you? Is it with a specific metric? Do you have a crash or simply bad looking results? Here is an...

After reading some of your posts again, I think that I could get your point. There is indeed some issue in the way the Python API for UMAP is currently...

You could very well call the cuML/RAFT APIs before or after the use of NUMBA kernels as long as you take care of streams synchronization. However, a Numba thread won't...