Skip to content
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

getenumCI2021() not correctly creating sample when single enum specificed #23

Open
gdbassett opened this issue Mar 11, 2021 · 1 comment
Assignees
Labels

Comments

@gdbassett
Copy link

getenumCI2021() should (and prior versions do) take an enum such as "action.malware.variety.Ransomware" and use "action.malware.variety" as the sample. Instead, it is using the full "action.malware.variety.Ransomware" (or whatever enum) as the sample, causing it to always come back 100%.

This can easily be worked around by using "action.malware.variety" and then filtering to enum == "Ransomware or such, but should try and fix the sample size creation for consistency with previous versions.

@gdbassett gdbassett self-assigned this Mar 11, 2021
@gdbassett gdbassett added the bug label Mar 11, 2021
@gdbassett
Copy link
Author

Should be working in getenumCI2022...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant