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

Split scoring binary into separate prescoring and final scoring binaries #216

Merged
merged 4 commits into from
Apr 11, 2024

Conversation

jbaxter
Copy link
Collaborator

@jbaxter jbaxter commented Apr 11, 2024

This PR splits the monolithic scoring binary into two separate scoring binaries (that may still be run sequentially):

  1. Prescoring: do expensive pre-computation to learn user and note parameters
  2. [Final] Scoring: ingest prescoring outputs in order to save computation time, then run scoring like it is today.

In this commit, the final result of scoring is the same. In the future though, this unlocks much work to simplify the final scorer.

jbaxter added 4 commits April 11, 2024 11:38
This commit splits the monolithic scoring binary into two separate scoring binaries (that may still be run sequentially):
1. Prescoring: do expensive pre-computation to learn user and note parameters
2. [Final] Scoring: ingest prescoring outputs in order to save computation time, then run scoring like it is today.

In this commit, the final result of scoring is the same. In the future though, this unlocks much work to simplify the final scorer.
@jbaxter jbaxter merged commit b539096 into main Apr 11, 2024
2 checks passed
@jbaxter jbaxter deleted the jbaxter/2024_04_11_split_scorer branch June 27, 2024 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant