June 2018
Intermediate to advanced
276 pages
6h 26m
English
As we did after every chapter, we are going to give you the opportunity to practice what you have learned and evaluate your skills. This chapter's GitHub repository contains a link to botnet traffic dataset in the practice folder at https://github.com/PacktPublishing/Mastering-Machine-Learning-for-Penetration-Testing/tree/master/Chapter5:
Import a support vector machine classifier:
from sklearn.svm import *
Train the SVM model: ...
Read now
Unlock full access