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

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

TypeError #7

Closed furycurry closed 1 year ago

furycurry commented 2 years ago

I have been trying to run the program using UNSW-NB15 data set downloaded from the official site, but unfortunately I am stuck here(in the screenshot provided below). Can you kindly help me to figure it out? @razor08 image

jayxsinha commented 1 year ago

From the looks of it, Pandas is not able to view the file that you have referred in pd.read_csv, I would recommend going through the following: https://datatofish.com/import-csv-file-python-using-pandas/

I am closing the issue.