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

feat: classify emails by importance based on subjects #10277

Open
wants to merge 37 commits into
base: main
Choose a base branch
from

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    bca2af7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc47dc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    056f67f View commit details
    Browse the repository at this point in the history
  4. Cache features per sender

    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0be1a21 View commit details
    Browse the repository at this point in the history
  5. Implement preprocess command

    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    99dfa0a View commit details
    Browse the repository at this point in the history
  6. feat(importance-classifier): Reduce text feature vector

    Signed-off-by: Christoph Wurst <[email protected]>
    ChristophWurst authored and st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    28762e6 View commit details
    Browse the repository at this point in the history
  7. fixup! feat(importance-classifier): Reduce text feature vector

    Signed-off-by: Christoph Wurst <[email protected]>
    ChristophWurst authored and st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    af70adf View commit details
    Browse the repository at this point in the history
  8. fixup! feat(importance-classifier): Reduce text feature vector

    Signed-off-by: Christoph Wurst <[email protected]>
    ChristophWurst authored and st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    08b1e1b View commit details
    Browse the repository at this point in the history
  9. fixup! feat(importance-classifier): Reduce text feature vector

    Signed-off-by: Christoph Wurst <[email protected]>
    ChristophWurst authored and st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d7cca9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a9f7399 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cee58bf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0e82c52 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bd82bea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6c6e2ca View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    18767c7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c764944 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    974ee46 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f68501b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7127cf7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c8c214c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    51f31bf View commit details
    Browse the repository at this point in the history
  22. Try wcv -> tfidf pipeline

    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3bc398b View commit details
    Browse the repository at this point in the history
  23. Fix transformer persistence

    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fed2011 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e2c057c View commit details
    Browse the repository at this point in the history
  25. Refactor peristence

    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    bb9056d View commit details
    Browse the repository at this point in the history
  26. Adjust meta estimator params

    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    71b1b5f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    877be83 View commit details
    Browse the repository at this point in the history
  28. Adjust tuned knn params

    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7c740b1 View commit details
    Browse the repository at this point in the history
  29. Fix reuse compliance

    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1a5c5b5 View commit details
    Browse the repository at this point in the history
  30. Run composer cs:fix

    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a7510ca View commit details
    Browse the repository at this point in the history
  31. Fix most psalm issues

    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dade1df View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a808b2e View commit details
    Browse the repository at this point in the history
  33. Revert "Adjust tuned knn params"

    This reverts commit fb2475f.
    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    379484a View commit details
    Browse the repository at this point in the history
  34. Finalize code changes

    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7da784e View commit details
    Browse the repository at this point in the history
  35. Run compser cs:fix

    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7b62b39 View commit details
    Browse the repository at this point in the history
  36. Fix all remaining psalm issues

    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    21d45eb View commit details
    Browse the repository at this point in the history
  37. Run composer cs:fix

    st3iny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a7ea9c0 View commit details
    Browse the repository at this point in the history