-
Notifications
You must be signed in to change notification settings - Fork 258
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
Rename evaluation modules #160
Conversation
The documentation is not available anymore as the PR was closed or merged. |
Love it ! Thanks a lot @lvwerra :) |
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.
Awesome, this makes things so clear! thank you @lvwerra
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.
Cool thanks ! :D
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
This PR addresses comments in #150 regarding the naming of the
EvaluationModule
. To make things clearer the base classEvaluationModule
has now three children:Metric
,Comparison
, andMeasurement
. Same for theEvaluationModuleInfo
.You can ignore the
update modules
commit which updates all classes for the implemented metrics. There are a few things left to do:What do you think?