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

[LabelModel] Implement a majority vote label model #981

Closed
dcfidalgo opened this issue Jan 17, 2022 · 0 comments · Fixed by #1228
Closed

[LabelModel] Implement a majority vote label model #981

dcfidalgo opened this issue Jan 17, 2022 · 0 comments · Fixed by #1228
Assignees
Labels
good first issue Indicates a good issue for first-time contributors status: help wanted Indicates that a maintainer wants help on an issue or pull request
Projects

Comments

@dcfidalgo
Copy link
Contributor

No description provided.

@dcfidalgo dcfidalgo self-assigned this Jan 17, 2022
@dcfidalgo dcfidalgo added this to Backlog in Release via automation Jan 20, 2022
@frascuchon frascuchon moved this from Backlog to Planified in Release Feb 15, 2022
@dvsrepo dvsrepo added good first issue Indicates a good issue for first-time contributors status: help wanted Indicates that a maintainer wants help on an issue or pull request labels Feb 16, 2022
@frascuchon frascuchon moved this from Planified to In progress in Release Mar 8, 2022
Release automation moved this from In progress to Ready to DEV QA Mar 21, 2022
dcfidalgo pushed a commit that referenced this issue Mar 21, 2022
* feat: add cardinality property

* feat: add labels property

* chore: use new weak labels properties

* chore: add single and multi label predict

* chore: change dtype to byte for multi label matrix, annotation

* chore: change prob to be binary (0 or 1) for multi label

* chore: add score method

* fix: fix prop increase when tbp random

* test: add first tests

* fix: score multi label

* test: add last tests

* chore: add MajorityVoter to __init__

* fix: fix tqdm total for "filling weak label matrix"

* docs: add tutorial notebook

* test: improve coverage

* docs: improve tutorial

* test: make spacy monitoring test more robust/lightweight

* test: make spacy monitoring test more robust/lightweight, now for real

* docs: finish the go emotions part

* docs: start fleshing out research topic part

* docs: first complete version of tutorial without screenshots

* docs: add tutorial to index

* docs: add reference to define rules mode
@frascuchon frascuchon moved this from Ready to DEV QA to Ready to Release QA in Release Mar 25, 2022
frascuchon pushed a commit that referenced this issue Mar 25, 2022
* feat: add cardinality property

* feat: add labels property

* chore: use new weak labels properties

* chore: add single and multi label predict

* chore: change dtype to byte for multi label matrix, annotation

* chore: change prob to be binary (0 or 1) for multi label

* chore: add score method

* fix: fix prop increase when tbp random

* test: add first tests

* fix: score multi label

* test: add last tests

* chore: add MajorityVoter to __init__

* fix: fix tqdm total for "filling weak label matrix"

* docs: add tutorial notebook

* test: improve coverage

* docs: improve tutorial

* test: make spacy monitoring test more robust/lightweight

* test: make spacy monitoring test more robust/lightweight, now for real

* docs: finish the go emotions part

* docs: start fleshing out research topic part

* docs: first complete version of tutorial without screenshots

* docs: add tutorial to index

* docs: add reference to define rules mode

(cherry picked from commit cc34c32)
frascuchon pushed a commit that referenced this issue Mar 25, 2022
* feat: add cardinality property

* feat: add labels property

* chore: use new weak labels properties

* chore: add single and multi label predict

* chore: change dtype to byte for multi label matrix, annotation

* chore: change prob to be binary (0 or 1) for multi label

* chore: add score method

* fix: fix prop increase when tbp random

* test: add first tests

* fix: score multi label

* test: add last tests

* chore: add MajorityVoter to __init__

* fix: fix tqdm total for "filling weak label matrix"

* docs: add tutorial notebook

* test: improve coverage

* docs: improve tutorial

* test: make spacy monitoring test more robust/lightweight

* test: make spacy monitoring test more robust/lightweight, now for real

* docs: finish the go emotions part

* docs: start fleshing out research topic part

* docs: first complete version of tutorial without screenshots

* docs: add tutorial to index

* docs: add reference to define rules mode

(cherry picked from commit cc34c32)
frascuchon pushed a commit that referenced this issue Mar 28, 2022
* feat: add cardinality property

* feat: add labels property

* chore: use new weak labels properties

* chore: add single and multi label predict

* chore: change dtype to byte for multi label matrix, annotation

* chore: change prob to be binary (0 or 1) for multi label

* chore: add score method

* fix: fix prop increase when tbp random

* test: add first tests

* fix: score multi label

* test: add last tests

* chore: add MajorityVoter to __init__

* fix: fix tqdm total for "filling weak label matrix"

* docs: add tutorial notebook

* test: improve coverage

* docs: improve tutorial

* test: make spacy monitoring test more robust/lightweight

* test: make spacy monitoring test more robust/lightweight, now for real

* docs: finish the go emotions part

* docs: start fleshing out research topic part

* docs: first complete version of tutorial without screenshots

* docs: add tutorial to index

* docs: add reference to define rules mode

(cherry picked from commit cc34c32)
frascuchon pushed a commit that referenced this issue Mar 28, 2022
* feat: add cardinality property

* feat: add labels property

* chore: use new weak labels properties

* chore: add single and multi label predict

* chore: change dtype to byte for multi label matrix, annotation

* chore: change prob to be binary (0 or 1) for multi label

* chore: add score method

* fix: fix prop increase when tbp random

* test: add first tests

* fix: score multi label

* test: add last tests

* chore: add MajorityVoter to __init__

* fix: fix tqdm total for "filling weak label matrix"

* docs: add tutorial notebook

* test: improve coverage

* docs: improve tutorial

* test: make spacy monitoring test more robust/lightweight

* test: make spacy monitoring test more robust/lightweight, now for real

* docs: finish the go emotions part

* docs: start fleshing out research topic part

* docs: first complete version of tutorial without screenshots

* docs: add tutorial to index

* docs: add reference to define rules mode

(cherry picked from commit cc34c32)
@dcfidalgo dcfidalgo moved this from Ready to Release QA to Approved Release QA in Release Mar 28, 2022
frascuchon pushed a commit that referenced this issue Mar 30, 2022
* feat: add cardinality property

* feat: add labels property

* chore: use new weak labels properties

* chore: add single and multi label predict

* chore: change dtype to byte for multi label matrix, annotation

* chore: change prob to be binary (0 or 1) for multi label

* chore: add score method

* fix: fix prop increase when tbp random

* test: add first tests

* fix: score multi label

* test: add last tests

* chore: add MajorityVoter to __init__

* fix: fix tqdm total for "filling weak label matrix"

* docs: add tutorial notebook

* test: improve coverage

* docs: improve tutorial

* test: make spacy monitoring test more robust/lightweight

* test: make spacy monitoring test more robust/lightweight, now for real

* docs: finish the go emotions part

* docs: start fleshing out research topic part

* docs: first complete version of tutorial without screenshots

* docs: add tutorial to index

* docs: add reference to define rules mode

(cherry picked from commit cc34c32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Indicates a good issue for first-time contributors status: help wanted Indicates that a maintainer wants help on an issue or pull request
Projects
No open projects
Release
Approved Release QA
Development

Successfully merging a pull request may close this issue.

2 participants