vanderbilt-ml / 51-boyce-mlproj-NIDS

1 stars 0 forks source link

EDA #3

Open vanderryan opened 2 years ago

vanderryan commented 2 years ago

EDA:

  1. Simply see how difficult data is to work with based on size. How to import automatically from Kaggle?
  2. Try to determine what 'Protocol' means in the dataset to identify what service was in use for each sessions
  3. Idenitfy what server/cient tcp flags are in this data set

TODO Data types will need to be changed i.e. tcp flags needs to be string

vanderryan commented 2 years ago

commit 740fecf88b88b434cce4d7e4d58cd783a7362505 closes this issue

vanderryan commented 2 years ago

Reopening for visibility

MUbarak123-56 commented 2 years ago

Trying to figure out how to import data from Kaggle is not an EDA question. The other questions are good, but you did not provide any details on how to view them on your notebook.