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

[FEATURE] Add z-score for the normalization processor #376 #470

Open
wants to merge 12 commits into
base: feature/z-score-normalization
Choose a base branch
from

Commits on Oct 17, 2023

  1. add z-score and logging for tests

    Signed-off-by: Samuel Herman <[email protected]>
    samuel-oci committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e6d2130 View commit details
    Browse the repository at this point in the history
  2. wire z-score normalization

    Signed-off-by: Samuel Herman <[email protected]>
    samuel-oci committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9cce739 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. add IT test

    Signed-off-by: Samuel Herman <[email protected]>
    samuel-oci committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    10b5646 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. fix IT test

    Signed-off-by: Samuel Herman <[email protected]>
    samuel-oci committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    266a34b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. review feedback

    Signed-off-by: Samuel Herman <[email protected]>
    samuel-oci committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    0effd07 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. minor typo fixes and checkstyle

    Signed-off-by: Samuel Herman <[email protected]>
    samuel-oci committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    21954c9 View commit details
    Browse the repository at this point in the history
  2. add explanation on test score calculation

    Signed-off-by: Samuel Herman <[email protected]>
    samuel-oci committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    8d7c3d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4281d6 View commit details
    Browse the repository at this point in the history
  4. fix issues due to merge

    samuel-oci committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    b254336 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. add changelog

    Signed-off-by: Samuel Herman <[email protected]>
    samuel-oci committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    9a19fe7 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. add combiner with negative score support

    Signed-off-by: Samuel Herman <[email protected]>
    samuel-oci committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    2b84c48 View commit details
    Browse the repository at this point in the history
  2. adding scripts for BEIR testing

    Signed-off-by: Samuel Herman <[email protected]>
    samuel-oci committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    4843b7b View commit details
    Browse the repository at this point in the history