Victor Lafargue

Results 18 issues of Victor Lafargue

The X input in `fit` and `fit_transform` functions is unnecessary when a KNN graph is provided. This PR adds a `precomputed` boolean parameter. It specifies whether X would serve as...

2 - In Progress
Cython / Python
CUDA/C++

- Fix for MNMG TSVD (similar issue to [cudaErrorContextIsDestroyed in RandomForest](https://github.com/rapidsai/cuml/issues/2632#issuecomment-675753377)) - #4826 - MNMG Kmeans testing issue : modification of accuracy threshold - MNMG KNNRegressor testing issue : modification...

Cython / Python
CUDA/C++

Closes #4622

feature request
3 - Ready for Review
Cython / Python
non-breaking

Fixes #4731

Cython / Python
inactive-30d
inactive-90d

feature request
2 - In Progress
Cython / Python
non-breaking
CMake

At the moment, cuML's models can only be serialized thanks to `Pickle`. This proof of concept PR uses Google's Protocol Buffer library (`Protobuf`) to serialize the state of cuML models....

Cython / Python
5 - DO NOT MERGE
inactive-30d
inactive-90d

Answers #3857

4 - Waiting on Author
Cython / Python
0 - Blocked
improvement
non-breaking
CMake
CUDA/C++

Answers https://github.com/rapidsai/cuml/issues/4984

CUDA/C++

The goal of this PR is to implement a distributed (single-node-multiple-GPUs) implementation of ANN indexes. It will allow to `build`, `extend` and `search` an index on multiple GPUs. Before building...

improvement
non-breaking
cpp
CMake
python
Vector Search