Commit 20de777f authored by Navindu Eshan's avatar Navindu Eshan

Update slowlorisModel.py

parent f297cd12
......@@ -31,7 +31,7 @@ from sklearn.metrics import classification_report
import seaborn as sns
# Importing the dataset
dataset = pd.read_csv('/Users/harithachanuka/Documents/SLIIT/Research/Harry/Wanheda_Server/Slowloris/SlowlorisDATASET.numbers')
dataset = pd.read_csv('SlowlorisDATASET.csv')
# Read in data and display first 5 rows
dataset.head()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment