- Machine Learning for Cybersecurity Cookbook
- Emmanuel Tsukerman
- 41字
- 2021-06-24 12:28:54
Getting ready
Preparation for this recipe consists of installing the scikit-learn and pandas packages in pip. The command for this is as follows:
pip install sklearn pandas
In addition, we have included the north_korea_missile_test_database.csv dataset for use in this recipe.