View Source Scidata.NSLKDD (scidata_nsl_kdd v0.1.0)

Module for downloading the NSL-KDD dataset.

Link to this section Summary

Functions

Downloads the NSL-KDD training dataset or fetches it locally. Returns a tuple of format

Downloads the NSL-KDD test dataset or fetches it locally.

Link to this section Functions

Downloads the NSL-KDD training dataset or fetches it locally. Returns a tuple of format:

{{features_binary, features_type, features_shape},
 {labels_binary,   labels_type,   labels_shape}}

Downloads the NSL-KDD test dataset or fetches it locally.