Anomaly-Detection-in-Networks-Using-Machine-Learning icon indicating copy to clipboard operation
Anomaly-Detection-in-Networks-Using-Machine-Learning copied to clipboard

Regarding conversion of source and destination ip

Open deepakkuk opened this issue 6 years ago • 1 comments

How you converted source ip and destination ip format.

deepakkuk avatar May 20 '19 09:05 deepakkuk

I'm sorry for my late answer. I was having trouble accessing my priority email address.

For the answer to your question, you should review the file "01_preprocessing.ipynb". In this file, non-numeric properties are converted to numerical properties. I used "preprocessing.LabelEncoder ()" from the sklearn library for this purpose. but there are alternatives.

I think the description lines in the file will also help.

kahramankostas avatar Jul 02 '19 11:07 kahramankostas