Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Faiss knn to cuml #7

Merged
merged 3 commits into from
Oct 18, 2018
Merged

Add Faiss knn to cuml #7

merged 3 commits into from
Oct 18, 2018

Conversation

daxiongshu
Copy link
Contributor

I added faiss knn as a python class to cuml repo and updated cuml.pyx to import it so it can be installed with the original python setup.py install

I also added a knn_demo notebook and updated all notebooks to use from_pandas instead of the funky pd2pygdf function.

Copy link
Member

@dantegd dantegd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good, something that needs to be to be addressed: adding docstrings to class and functions. Look for example in tsvd_wrapper.pyx, the comments for the TruncatedSVD class and the public functions like fit

@dantegd dantegd merged commit ac3ad9f into rapidsai:master Oct 18, 2018
dantegd pushed a commit that referenced this pull request Mar 1, 2019
Restoring PR218 while reverting fea-ext-svm changes
dantegd referenced this pull request in dantegd/cuml Mar 19, 2019
One more trivial docs change
dantegd pushed a commit that referenced this pull request May 22, 2019
dantegd pushed a commit that referenced this pull request May 22, 2019
Merge pull request #7 from Salonijain27/all_tests
dantegd pushed a commit that referenced this pull request Aug 7, 2019
Merge cuml into daniel's cuml
dantegd pushed a commit that referenced this pull request Jul 14, 2020
wphicks pushed a commit to wphicks/cuml that referenced this pull request Oct 27, 2022
* ENH try cleaning __init__ files

* ENH move device checking utilties to global_settings:

* ENH import improvements

* ENH import improvements

* ENH import improvements

* ENH import improvements

* ENH import improvements

* ENH import improvements

* ENH import improvements
ajschmidt8 pushed a commit that referenced this pull request Feb 13, 2023
* ENH try cleaning __init__ files

* ENH move device checking utilties to global_settings:

* ENH import improvements

* ENH import improvements

* ENH import improvements

* ENH import improvements

* ENH import improvements

* ENH import improvements

* ENH import improvements
wphicks pushed a commit to wphicks/cuml that referenced this pull request Feb 16, 2023
* ENH try cleaning __init__ files

* ENH move device checking utilties to global_settings:

* ENH import improvements

* ENH import improvements

* ENH import improvements

* ENH import improvements

* ENH import improvements

* ENH import improvements

* ENH import improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants