Skip to content

Commit

Permalink
feat(#1134): Allow extending the weak label matrix with embeddings (#…
Browse files Browse the repository at this point in the history
…1487)

* feat: add extend method + test

* docs: add tutorial

* improve extend_matrix docstring

* fix: fix syntax error on notebook

* fix: fix syntax error on notebook

* fix: remove mix parameter on extend_matrix

* fix: remove mix parameter on extend_matrix + type hints

* fix: remove mix parameter on extend_matrix + type hints

* chore: add faiss-cpu to dev dependencies

* docs: final version of the tutorial

* docs: small fix

* test: add more tests

Co-authored-by: ruanchaves <ruanchaves93@gmail.com>
(cherry picked from commit 20ee14a)
  • Loading branch information
David Fidalgo authored and frascuchon committed Jun 7, 2022
1 parent f0eda12 commit 4d54994
Show file tree
Hide file tree
Showing 5 changed files with 57,554 additions and 13 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Expand Up @@ -195,6 +195,7 @@ You can join the conversation on our Github page and our Github forum.
tutorials/09-automatic_fastapi_log
tutorials/skweak
tutorials/weak-supervision-multi-label
tutorials/extend_weak_labels_with_embeddings

.. toctree::
:maxdepth: 4
Expand Down

0 comments on commit 4d54994

Please sign in to comment.