Skip to content

Commit

Permalink
Merge pull request #2 from gumdropsteve/feature/k-nearest_neighbors
Browse files Browse the repository at this point in the history
K-Nearest Neighbors (KNN)
  • Loading branch information
gumdropsteve authored Aug 13, 2020
2 parents ec1f36f + 30f1331 commit a0d1bc4
Show file tree
Hide file tree
Showing 2 changed files with 1,516 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# cuml_knn
Intro to k-nearest neighbors (KNN) with cuML.

## Running the Repo
The Notebooks in this repository can be run with RAPIDS Stable or Nightly at [app.blazingsql.com](https://bit.ly/bsql_notebooks_via_cuml_knn).

Clone the repo by running this command in Terminal:
```
git clone https://github.com/gumdropsteve/cuml_knn
```
Loading

0 comments on commit a0d1bc4

Please sign in to comment.