jayxsinha / Efficient-CNN-BiLSTM-for-Network-IDS

Code for Paper : Efficient-CNN-BiLSTM-for-Network-IDS
MIT License
94 stars 18 forks source link

code problem #2

Closed panxpx closed 2 years ago

panxpx commented 2 years ago

your code miss some part in nsl_kdd, can you upgrade it?

jayxsinha commented 2 years ago

The code in this repository for NSL KDD is for multiclass classification, you can convert it to binary using a few simple steps. If you feel like there is some specific part of code missing in the repo, please respond with that.

panxpx commented 2 years ago

you know, the result show that x is not defined , may be you miss this part?

panxpx commented 2 years ago

By the way ,you repository have code for binary classification

jayxsinha commented 2 years ago

x is not defined error was in NSL KDD notebook which was actually extraneous cells that were never removed but have been removed now.

Also, there are 2 notebooks in the repo, both of them have multiclass classification done on NSL KDD and UNSW NB-15.

Hope this helps clear up the issue.