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

SCC-4329: rank eval script #419

Merged
merged 3 commits into from
Nov 25, 2024
Merged

SCC-4329: rank eval script #419

merged 3 commits into from
Nov 25, 2024

Conversation

nonword
Copy link
Member

@nonword nonword commented Nov 13, 2024

First pass at a "rank eval" script for generating an array of numbers from 0 to 1 that indicate search relevancy performance across a number of target metrics. We'll run this script locally, periodically, as search strategies change to track relevancy performance over time.


// Pass in object so we get a reference to private methods like `buildElasticQuery`
const resourcesPriv = {}
require('../lib/resources')({}, resourcesPriv)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this method be public?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole way that this module attaches itself to the app and exposes public/private methods ought to be changed, but not as part of this work.

@nonword nonword merged commit 38b9136 into main Nov 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants