cylance / IntroductionToMachineLearningForSecurityPros

Example code for our book Introduction to Artificial Intelligence for Security Professionals
GNU General Public License v3.0
149 stars 57 forks source link

fixed rgba array error #4

Open ajackal opened 5 years ago

ajackal commented 5 years ago

The error was non-terminating in Python 3, but was able to find a fix by replacing the variable name. Possibly matplotlib changed something between versions?