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

[WIP] Added 3 modules for KNN, KMeans and Logistic Regression. #319

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

keerthi-sree
Copy link

The notebooks in this repo are tested using RAPIDS 0.17 nightly build in Titan RTX GPU and Blazing SQL.
Link for using Blazing SQL: app.blazingsql.com

There are 3 files under this repo:

  1. K Means using SKLearn and RAPIDS
  2. KNN (a time comparison between SKLearn and RAPIDS)
  3. Logistic Regression.

Steps for RAPIDS installation in a GPU:

  1. Create a conda env for rapids
  2. Install rapids
  3. This will open the juptyer lab in browser

• Some more useful cmds:

o Hardware setup: !nvidia-smi

o CUDA version : !nvcc --version

o conda version check: conda list

@keerthi-sree keerthi-sree changed the title `[WIP] Added 3 modules for KNN, KMeans and Logistic Regression. [WIP] Added 3 modules for KNN, KMeans and Logistic Regression. Feb 11, 2021
@taureandyernv taureandyernv changed the base branch from community_relaunch to main May 6, 2021 06:54
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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.

2 participants