- Machine Learning for Cybersecurity Cookbook
- Emmanuel Tsukerman
- 53字
- 2021-06-24 12:28:57
Getting ready
Preparation for this recipe consists of installing the markovify and pandas packages in pip. The command for this is as follows:
pip install markovify pandas
In addition, the directory in the repository for this chapter includes a CSV dataset, airport_reviews.csv, which should be placed alongside the code for the chapter.