You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: