We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Called_by precision-recall after fillouts
Create an additional table and image set Separate out variants according to which set called the variant initially (post fillouts)
This table would look like:
called_by | F1 Score | Precision | Recall | Total Mutations | N Samples | True Positives | False Positives | False Negatives | Variants not detectable in Test | Variants not detectable in Ground | Variants No evidence in Test+Ground Test | 0.982 | 0.984 | 0.981 | 199423 | 200 | 192421 | 3215 | 3787 | 0 | 0 | 0 Ground | 0.984 | 0.984 | 0.983 | 27158 | 199 | 26280 | 433 | 445 |0 | 0| 0 Test+Ground | 0.972 | 0.974 | 0.971 | 971 | 151 | 919 | 25 | 27 | 0 |0 |0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Called_by precision-recall after fillouts
Create an additional table and image set
Separate out variants according to which set called the variant initially (post fillouts)
This table would look like:
called_by | F1 Score | Precision | Recall | Total Mutations | N Samples | True Positives | False Positives | False Negatives | Variants not detectable in Test | Variants not detectable in Ground | Variants No evidence in Test+Ground
Test | 0.982 | 0.984 | 0.981 | 199423 | 200 | 192421 | 3215 | 3787 | 0 | 0 | 0
Ground | 0.984 | 0.984 | 0.983 | 27158 | 199 | 26280 | 433 | 445 |0 | 0| 0
Test+Ground | 0.972 | 0.974 | 0.971 | 971 | 151 | 919 | 25 | 27 | 0 |0 |0
The text was updated successfully, but these errors were encountered: