Skip to content

Initial import of a scorer command for scoring a csv file of signals. #131

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

Merged
merged 5 commits into from
Jun 16, 2022

Conversation

calebbrown
Copy link
Contributor

  • loads a YAML config file that defines the fields, weights, bounds, etc.
  • scores each row of signals as generated by collect_signals, adding the result to a new column
  • sorts the records and outputs it as a CSV

The config attempts to balance the flexibility of adding/removing fields and adjusting weights, with the complexity of the config format.

TODO: some unit testing and documentation

- loads a YAML config file that defines the fields, weights, bounds,
  etc.
- scores each row of signals as generated by `collect_signals`, adding
  the result to a new column
- sorts the records and outputs it as a CSV
@calebbrown calebbrown requested a review from oliverchang June 14, 2022 04:41
Copy link
Contributor

@oliverchang oliverchang left a comment

Choose a reason for hiding this comment

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

nice!! just some minor comments.

@calebbrown calebbrown merged commit ddc5df9 into main Jun 16, 2022
@calebbrown calebbrown deleted the scorer branch June 16, 2022 03:04
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