A collection of RAPIDS examples for security analysts, data scientists, and engineers to quickly get started applying RAPIDS and GPU acceleration to real-world cybersecurity use cases.
Apache License 2.0
168
stars
68
forks
source link
[BUG] Rerunning Accuracy Score in DGA notebook eventually throws error #437
Describe the bug Subsequent rerunning of the accuracy score cell in the Inference section returns a TypeError
Steps/Code to reproduce bug
Expected behavior The accuracy score would be shown and no errors are through
Proposed solution by @BartleyR and @beckernick is to change the variable name as it could overwrite the function of the same name.