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

WIP: Multilabel classification #440

Merged
merged 35 commits into from
May 11, 2024
Merged

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    d42ef56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da53e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e22c9e6 View commit details
    Browse the repository at this point in the history
  4. bugfix

    x-tabdeveloping committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6bdd3f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    a31ed01 View commit details
    Browse the repository at this point in the history
  2. Added Eurlex (wip)

    x-tabdeveloping committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3b30b50 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Made MultiLabelClassification more efficient by moving the embedding …

    …step outside the evaluator and encoding every possible training sentence before running the evaluation.
    x-tabdeveloping committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4ade123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6217db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2a0b1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b342b3d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    ad955d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5e99c8 View commit details
    Browse the repository at this point in the history
  3. Ran linting

    x-tabdeveloping committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9381852 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    d122507 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    623f7af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55efd8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f87f96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    052538b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bf888b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    1802201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f575fcb View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    3248b70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cd605b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45bfa29 View commit details
    Browse the repository at this point in the history
  4. Removed unused code

    x-tabdeveloping committed May 8, 2024
    Configuration menu
    Copy the full SHA
    33f3f27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0117b59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49afeb1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96312c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f55cbeb View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Reran EURLEX

    x-tabdeveloping committed May 9, 2024
    Configuration menu
    Copy the full SHA
    87ad125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d2d1b0 View commit details
    Browse the repository at this point in the history
  3. Made KNeighbours the default classifier in MultiLabelClassification, …

    …made switching out classifiers more flexible
    x-tabdeveloping committed May 9, 2024
    Configuration menu
    Copy the full SHA
    51ccdc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dad403 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55374a9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    e617020 View commit details
    Browse the repository at this point in the history