From 9025a73b1344e6c4e25232284300fe44acb8da4d Mon Sep 17 00:00:00 2001 From: yl1r22 <yl1r22@soton.ac.uk> Date: Wed, 7 Jun 2023 22:54:06 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f4b2480..a79fc79 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # COMP3217 code and result +The source code and code run results for Assignment Part A and Part B are shown in AI_Part1.ipynb and AI_Part2.ipynb respectively. +The test_pre1.csv and test_pre2.csv are the model prediction data and results of the code output. The first 128 columns are the test data and the last column (column 129) is the label of the algorithm prediction. ## Getting started -- GitLab