Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(#980): Add majorityvote example to weak supervision guide #1004

Merged
merged 3 commits into from
Jan 22, 2022

Conversation

dcfidalgo
Copy link
Contributor

@dcfidalgo dcfidalgo commented Jan 20, 2022

Closes #980

Adds an example of Snorkel's majority vote label, adds a link to the docstring showing the usage with Snorkel's raw LabelModel class, and some further improvements.

https://rubrix.readthedocs.io/en/docs-add_majorityvote_example/guides/weak-supervision.html#

@dcfidalgo dcfidalgo changed the title Docs/add majorityvote example docs(#980): Add majorityvote example to weak supervision guide Jan 20, 2022
@dcfidalgo dcfidalgo added the type: documentation Improvements or additions to documentation label Jan 20, 2022
@dcfidalgo dcfidalgo self-assigned this Jan 20, 2022
@dcfidalgo dcfidalgo merged commit 2db6b6e into master Jan 22, 2022
@dcfidalgo dcfidalgo deleted the docs/add_majorityvote_example branch January 22, 2022 21:49
dvsrepo added a commit that referenced this pull request Jan 25, 2022
* 'master' of https://github.com/recognai/rubrix: (28 commits)
  chore(#994): simplify server start (#1014)
  refactor(#945): elasticsearch index configuration per task (#1018)
  docs(#980): Add majorityvote example to weak supervision guide (#1004)
  fix(#1015): manage emojis in Token Classification records (#1016)
  fix(#1010): fix WeakLabels when not providing rules (#1011)
  fix(Breadcrumbs): Copy text function (#1003)
  fix(statics): handle 404 errors for static files (#1006)
  refactor: Rename 'exclude_missing_annotation' argument for WeakLabels.annotation (#1005)
  docs: update video for spacy ner tutorial (#1000)
  fix(#977) Remove redirection when accessing login (#996)
  feat(#951): new uncovered_by_rules records filter (#991)
  feat(#735): add warning when agent but no prediction/annotation is provided (#987)
  fix(#800): limit number of metadata fields (#993)
  docs: improve annotate records section in web app reference (#985)
  fix(#844) Keep header layout when errors occurred in dataset view (#992)
  fix(#974): display the dropdown in the last record of the scroll (#986)
  refactor: compute common aggregations one by one (#990)
  feat(#953): add additional metrics to `LabelModel.score` method (#979)
  refactor(rules): using labeling rules management with vuex store (#878)
  feat(#955): add default for `rules` in WeakLabels (#976)
  ...
frascuchon pushed a commit that referenced this pull request Jan 31, 2022
* docs: add MV model + improvements

* docs: minor improvements

* docs: small fixes

(cherry picked from commit 2db6b6e)
frascuchon pushed a commit that referenced this pull request Jan 31, 2022
* docs: add MV model + improvements

* docs: minor improvements

* docs: small fixes

(cherry picked from commit 2db6b6e)
frascuchon pushed a commit that referenced this pull request Jan 31, 2022
* docs: add MV model + improvements

* docs: minor improvements

* docs: small fixes

(cherry picked from commit 2db6b6e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[WeakLabels] Add example of how to use Snorkel MajorityVote in weak labels guide
2 participants