From b3562ddbf9e49ab00bebac0bea5a1f12b1b0d550 Mon Sep 17 00:00:00 2001 From: Leland McInnes Date: Sat, 26 Jan 2019 12:42:39 -0500 Subject: [PATCH] Add umap and hdbscan --- _sections/30-projects.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sections/30-projects.md b/_sections/30-projects.md index bfda4ec..09fddc9 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -71,6 +71,8 @@ for some that aren't directly comparable. --> - [Hypothesis](https://github.com/HypothesisWorks/hypothesis) - [better-exceptions](https://github.com/qix-/better-exceptions) +- [umap-learn](https://github.com/lmcinnes/umap) +- [hdbscan](https://github.com/scikit-learn-contrib/hdbscan) - [python-chess](https://github.com/niklasf/python-chess) - [Altair](https://github.com/ellisonbg/altair) - [music21](http://web.mit.edu/music21/)