-
Notifications
You must be signed in to change notification settings - Fork 40
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
Updates to F_Measure #159
base: SANA2
Are you sure you want to change the base?
Updates to F_Measure #159
Conversation
dush1508
commented
Dec 10, 2024
- Added code to ensure that wrong inputs to F_Measure is not accepted
- Upon entering inf, the user is prompted with a "to be added" message
I think some stuff divergered. I am trying to merge it together.
Merged changes from https://github.com/dush1508/SANA into SANA2
Regression_Tests
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.
It looks good! However, please put the new testing scripts into a new regression test rather than the main directory of the repo. That means to create a new directory, say regression-tests/f_beta, and put your scripts there. There should also be known correct outputs in the same directory, and the scripts should compare the "live" output to the known good output and report any significant discrepancies.