kahramankostas / IoTDevIDv2

A Behavior-Based Device Identification Method for the IoT
MIT License
47 stars 14 forks source link

02.2 Comparison of isolated and CV methods.ipynb , ['sport'] col not found Aalto_train_IoTDevID.CSV data #7

Open AhmedmostafaElabdli1 opened 7 months ago

AhmedmostafaElabdli1 commented 7 months ago

image

i found this

image

is possible to increase feature to add five col name are related 'sport' ?

note I use CSVs files from CSVs.rar not by feature extraction

kahramankostas commented 7 months ago

Thank you for bringing attention to this issue.

Understanding the functionality of this code is crucial. For further insights into its operation, I recommend reading section IV.A of the IoTDevID article concurrently. This will provide more clarity on the purpose of the file.

In this code, we establish a fundamental set of features . We then manipulate the identifier features by adding and subtracting them, observing the outcomes. For a comprehensive explanation, refer to fig2 in the article.

However, should you wish to incorporate port features into the root features, simply remove them from the "iden" list within the feature_names function and add them to the "features" list.