Machine Learning for Cybersecurity Cookbook
上QQ阅读APP看书,第一时间看更新

Getting ready

Preparation for this recipe consists of installing the scikit-learn and pandas packages in pip. Perform the following steps:

pip install sklearn pandas

In addition, you will find a dataset named file_pe_headers.csv in the repository for this recipe.