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

[REVIEW] Naive Bayes #1375

Merged
merged 108 commits into from
Feb 15, 2020
Merged

[REVIEW] Naive Bayes #1375

merged 108 commits into from
Feb 15, 2020

Conversation

cjnolet
Copy link
Member

@cjnolet cjnolet commented Nov 15, 2019

Originally, this PR was PyTorch-based and was going to be placed in an experimental package. I have since found cuPy's API for sparse by sparse matrix multiplication and have moved the implementation our of the experimental package.

This implementation is now 100% cupy-based. One of the downsides to having supported a PyTorch-based implementation is a known memory leak in DLPack.

@cjnolet cjnolet added Cython / Python Cython or Python issue New Algorithm For tracking new algorithms that will be added to our existing collection Multi-GPU Issues & PRs related to multi-GPU functionality labels Nov 15, 2019
@cjnolet cjnolet changed the title [WIP] Naive Bayes & Experimental Directory [WIP] Naive Bayes Nov 17, 2019
@cjnolet
Copy link
Member Author

cjnolet commented Feb 14, 2020

@dantegd, I've addressed all your review feedback, if you have a moment for a quick re-review. I'm hoping we might be able to get this in tonight, if possible.

@cjnolet cjnolet added 3 - Ready for Review Ready for review by team and removed 4 - Waiting on Author Waiting for author to respond to review labels Feb 14, 2020
@cjnolet cjnolet changed the title [REWORK] Naive Bayes [REVIEW] Naive Bayes Feb 14, 2020
@cjnolet
Copy link
Member Author

cjnolet commented Feb 14, 2020

rerun tests

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.

lgtm pending CI and raising trustworthiness issue

@dantegd dantegd added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Feb 15, 2020
@cjnolet
Copy link
Member Author

cjnolet commented Feb 15, 2020

rerun tests

@cjnolet
Copy link
Member Author

cjnolet commented Feb 15, 2020

rerun test

@cjnolet
Copy link
Member Author

cjnolet commented Feb 15, 2020

rerun tests

@cjnolet
Copy link
Member Author

cjnolet commented Feb 15, 2020

rerun tests

@cjnolet cjnolet merged commit c8e0955 into rapidsai:branch-0.13 Feb 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge Cython / Python Cython or Python issue Multi-GPU Issues & PRs related to multi-GPU functionality New Algorithm For tracking new algorithms that will be added to our existing collection
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants