Skip to content

Commit

Permalink
Moving and cleaning up benchmarks notebook (enabling user to control …
Browse files Browse the repository at this point in the history
…runner params w/ kwargs). Updating readme
  • Loading branch information
cjnolet committed May 5, 2020
1 parent 6b9141f commit f04ae24
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 957 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ programming. In most cases, cuML's Python API matches the API from

For large datasets, these GPU-based implementations can complete 10-50x faster
than their CPU equivalents. For details on performance, see the [cuML Benchmarks
Notebook](https://github.com/rapidsai/notebooks-contrib/blob/master/intermediate_notebooks/benchmarks/cuml_benchmarks.ipynb).
Notebook](https://github.com/rapidsai/cuml/notebooks/tools/cuml_benchmarks.ipynb).

As an example, the following Python snippet loads input and computes DBSCAN clusters, all on GPU:
```python
Expand Down Expand Up @@ -75,7 +75,7 @@ repo](https://github.com/rapidsai/notebooks-contrib).
| | K-Means | Multi-node multi-GPU via Dask |
| **Dimensionality Reduction** | Principal Components Analysis (PCA) | Multi-node multi-GPU via Dask|
| | Truncated Singular Value Decomposition (tSVD) | Multi-node multi-GPU via Dask |
| | Uniform Manifold Approximation and Projection (UMAP) | |
| | Uniform Manifold Approximation and Projection (UMAP) | Multi-node multi-GPU Inference via Dask |
| | Random Projection | |
| | t-Distributed Stochastic Neighbor Embedding (TSNE) | |
| **Linear Models for Regression or Classification** | Linear Regression (OLS) | Multi-node multi-GPU via Dask |
Expand Down
Loading

0 comments on commit f04ae24

Please sign in to comment.