- Machine Learning for Cybersecurity Cookbook
- Emmanuel Tsukerman
- 32字
- 2021-06-24 12:28:59
Getting ready
The preparation for this recipe consists of installing the matplotlib, pandas, and scipy packages in pip. The command for this is as follows:
pip install matplotlib pandas scipy