From 63fd158d03f463c8d88fe313d64be6afdaefad68 Mon Sep 17 00:00:00 2001 From: RichadoWonosas <richadowonosas@gmail.com> Date: Thu, 8 Jun 2023 10:49:07 +0100 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25b5c40..c5d1366 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Student ID: 34268871 GitLab Repository URL: <https://git.soton.ac.uk/xw1u22/3217hw2> +Notice: **The tables submitted into the submission system only contain labels. For the original output generated by the code with testing data, please follow the file in the repository mentioned in the report below.** + ## Part A In this part, events are divided into 2 classes, normal event (0) and abnormal data injection attack event (1). As shown in the CSV file, all data are stored as pure number format, so each event can be considered as a single 128-dimension vector, and the task for the model of part A is to classify all vectors of events into 2 classes. -- GitLab