Skip to content

Commit 6ca9e09

Browse files
authored
Merge pull request #2 from shreyaaishi/feature/keep-impl
Feature/keep impl
2 parents 7d95dea + dfa0506 commit 6ca9e09

6 files changed

Lines changed: 1290 additions & 0 deletions

File tree

docs/api/models.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,4 @@ API Reference
204204
models/pyhealth.models.TextEmbedding
205205
models/pyhealth.models.BIOT
206206
models/pyhealth.models.unified_multimodal_embedding_docs
207+
models/pyhealth.models.KeepEmbedding
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
pyhealth.models.KeepEmbedding
2+
=============================
3+
4+
KEEP embedding model for ontology-preserving medical code embeddings.
5+
6+
7+
Classes
8+
-------
9+
10+
.. autoclass:: pyhealth.models.KeepEmbedding
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
15+
.. autoclass:: pyhealth.models.keep_embedding.N2V
16+
:members:
17+
:undoc-members:
18+
:show-inheritance:

0 commit comments

Comments
 (0)