diff --git a/README.md b/README.md index 23445afb1a..a3255d9d68 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ repo](https://github.com/rapidsai/notebooks-contrib). | Category | Algorithm | Notes | | --- | --- | --- | | **Clustering** | Density-Based Spatial Clustering of Applications with Noise (DBSCAN) | Multi-node multi-GPU via Dask | -| | Hierarchical Density-Based Spatial Clustering of Applications with Noise (HDBSCAN) | Experimental | +| | Hierarchical Density-Based Spatial Clustering of Applications with Noise (HDBSCAN) | | | | K-Means | Multi-node multi-GPU via Dask | | | Single-Linkage Agglomerative Clustering | | | **Dimensionality Reduction** | Principal Components Analysis (PCA) | Multi-node multi-GPU via Dask|