Jordan Holland

Results 4 issues of Jordan Holland

Currently, we use a static buffer to read in packet payload data. There is the chance that a jumbo packet exceeds the limit of our buffer, in which we need...

enhancement

We'll need to incorporate a test for the new dataset pushed in #49. Should be relatively simple copy / paste from the `pcap_dir` test that already exists, as it's the...

test coverage

Multiclass classification test scenario. 350 files (removed ~5500 from the original dataset), 8 classes. In total it's about 2.3MB, so not too big. We can't really remove too many more...

It occurs to me that many public datasets have predefined training and testing splits for comparison purposes. We need the ability to supply a --train_dir and --test_dir or a train.pcap...

enhancement