-
Notifications
You must be signed in to change notification settings - Fork 455
Expand evaluation doc #1396
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
Expand evaluation doc #1396
Conversation
@hanlint Not sure if this addresses all the aspects of CO-861, but AFAICT the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one comment, perhaps that last section is can be changed to include psueodcode? Otherwise, looks good to me.
Uses evaluation logic pseudocode to provide a better intuition for the logic and the relationship between
ComposerModel.validate
andComposerModel.metrics
.Adds some exposition around using the
Evaluators
class.Closes CO-861