Anomaly-Detection-in-Networks-Using-Machine-Learning
Anomaly-Detection-in-Networks-Using-Machine-Learning copied to clipboard
Regarding conversion of source and destination ip
How you converted source ip and destination ip format.
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.