Skip to content

Commit

Permalink
Start an unsupervised clustering demo, try jupytext
Browse files Browse the repository at this point in the history
  • Loading branch information
metazool committed Jul 31, 2024
1 parent 043c6a5 commit 78be8b1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions notebooks/Clustering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
jupyter:
jupytext:
main_language: python
text_representation:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.16.3
---

Notebook examination of applying unsupervised clustering methods to vector embeddings and visualising the results

Keywords: DBScan, T-SNE, other?

Paper reference for approach: https://aslopubs.onlinelibrary.wiley.com/doi/full/10.1002/lno.12101#lno12101-sec-0025-title

```python
from cyto_ml.data.vectorstore import vector_store, client
```

0 comments on commit 78be8b1

Please sign in to comment.