- Machine Learning for Cybersecurity Cookbook
- Emmanuel Tsukerman
- 63字
- 2021-06-24 12:29:06
Getting ready
Preparation for this recipe consists of installing the scikit-learn package in pip. The instructions are as follows:
pip install sklearn
In addition, we have supplied you with samples of each file type in the JavascriptSamples.7z, PythonSamples.7z, and PowerShellSamples.7z archives, in case you would like to supplement your own dataset. Extract these into separate folders for the following recipe.