I am compiling a list of relevant and computable features from Wireshark log file data and need help. I am comparing the log file data to KDD Cup 1999 Intrusion Detection Dataset format. Almost all the standard ML papers used this dataset. This dataset has 41 features and the list of features is given here: http://kdd.ics.uci.edu/databases/kddcup99/kddcup.names My goal is to find which features (from the above list) are computable from the log file and also find a way to extract those features. Thanks and regards, P.S.: Here is the link to the dataset: http://kdd.ics.uci.edu/databases/kddcup99/kddcup99.html asked 13 Jul '17, 07:36 PTDS |