Skip to content

Commit

Permalink
DOC Remove cugraph from README
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Mar 18, 2019
1 parent 3fb1ee7 commit cc0b697
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

* `cuml`: contains four example notebooks showing the usage of different machine learning algorithms included in cuML: `knn`, `dbscan`, `pca` and `tsvd`. It also includes a small subset of the Mortgage Dataset used in the notebooks.
* `mortgage`: contains the notebook which runs ETL + ML on the Mortgage Dataset derived from [Fannie Mae’s Single-Family Loan Performance Data](http://www.fanniemae.com/portal/funding-the-market/data/loan-performance-data.html) ... download the mortgage dataset for use with the notebook [here](https://rapidsai.github.io/demos/datasets/mortgage-data)
* `cugraph`: contains eight example notebooks showing the usage of different graph analytics algortihms included in cuGraph: `BFS`, `Jaccard Similarity`, `Weighted Jaccard`, `Louvain`, `Page Rank`, two examples of `Spectral Clustering`, and `Single Source Shortest Path`
* `utils`: contains a set of useful scripts for interacting with RAPIDS

0 comments on commit cc0b697

Please sign in to comment.