-
Notifications
You must be signed in to change notification settings - Fork 71
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
Update tuning rules to exclude test set from scoring procedure #528
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
The merge-base changed after approval.
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.
Some of these things need to change, but maybe we should just merge this PR and do another after it? For example, just merge this and then make it clear the submission process information is just documentation?
The merge-base changed after approval.
The merge-base changed after approval.
As discussed in the WG meetings, this PR updates the rules to use "Option C", i.e. removing the test set from the scoring procedure and instead only using the validation set.
The test targets are still defined for each workload and will be used for additional analysis of the results but they are not relevant for scoring/ranking submissions.
Merge after #476