Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why can you get labels in the "kdd99_test.npy"? #19

Open
AmberLay opened this issue Oct 14, 2020 · 2 comments
Open

why can you get labels in the "kdd99_test.npy"? #19

AmberLay opened this issue Oct 14, 2020 · 2 comments

Comments

@AmberLay
Copy link

The dataset from http://kdd.ics.uci.edu/databases/kddcup99/kddcup99.html has 42 features and no labels, but you have 35 and get labels, did you do some preprocessings, please?

@luckyStarForever
Copy link

Would you like to tell me , "What are the requirements for the code project environment ?"

You can also run commands in the project environment:

pip freeze > D:\requirements.txt

Please share the requirements.txt content.
Thank you very much!

@ADomec
Copy link

ADomec commented Aug 9, 2022

Sorry for the late answer.

The dataset from http://kdd.ics.uci.edu/databases/kddcup99/kddcup99.html has 42 features and no labels, but you have 35 and get labels, did you do some preprocessings, please?

About the features: I am guessing that the "symbolic" (7 of the 42) features are excluded, as they may not give any useful information.
About the labels: On the same link that you provided you can see a file named "corrected.gz", where the test dataset is labeled on the last column. Train is supposed to be normal behaviour, as such, you could label them as "normal".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants