From ac5b2905a52bbc09e34b5baff0a1b9ee0b8dfde8 Mon Sep 17 00:00:00 2001 From: "Anuththara K.G.S.N" <it19142692@my.sliit.lk> Date: Mon, 16 May 2022 12:00:06 +0530 Subject: [PATCH] Upload Testing Dataset --- Severity_Level_Prediction/testing.csv | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Severity_Level_Prediction/testing.csv diff --git a/Severity_Level_Prediction/testing.csv b/Severity_Level_Prediction/testing.csv new file mode 100644 index 0000000..ab8631e --- /dev/null +++ b/Severity_Level_Prediction/testing.csv @@ -0,0 +1,15 @@ +"Yeast_Visibility-ears,armpits,_or_paws",Yeast_Visibility-around_half_of_the_body,Yeast_Visibility-whole_body,Redness-pink_or_red_skin,Redness-red_skin,Redness-gray_or_black_skin,No_unpleasant_Smell,Musty_smell,Extreme_musty_smell,No_Itching_and_Scratching,Itching_and_Scratching-time_to_time,Itching_and_Scratching-constantly,No_Thickened_Skin,Thickened_Skin,Extremely_Thickened_Skin(Elephant_skin_appearance),No_Hair_Loss,Starting_Hair_Loss,Hair_Loss,No_Hearing_Issues,Hearing_Issues,Deafness,Prediction +1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,Primary +1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,Primary +1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,Primary +1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,Primary +0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,Secondary +0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,Secondary +0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,Secondary +0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,Secondary +0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,Secondary +0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,Tertiary +0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,Tertiary +0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,Tertiary +0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,Tertiary +0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,Tertiary -- 2.24.1