From 4bf29e053d89b2521e30c24c8a1692c268514ba9 Mon Sep 17 00:00:00 2001 From: Anuraj Suman <anuras92@zedat.fu-berlin.de> Date: Fri, 5 May 2023 12:55:58 +0200 Subject: [PATCH] Added Readme file --- .DS_Store | Bin 0 -> 6148 bytes README.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .DS_Store create mode 100644 README.md diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..b8d849a7b7ebd986dcb2b4a8efe1e3ea8f08c4f1 GIT binary patch literal 6148 zcmZQzU|@7AO)+F(5MW?n;9!8zEL;p&0Z1N%F(jFwA|fF3KxU*AC+8&P=jTAhN2$>e z7!85J9Ri@d%fb-A;LPB|5QLn6;et8ohQZ1Cxdll6fXn6PySOCf<R^hj5yAP4##~HC z9T^xHkmOVF$`@qdHoGjiC@&{JFC9|2FffB18H6Uv#1O>bhU{#x02U{M#gU!+?x|uH z55&1pIfPTu<*+yttOw08Yz)B+VGO<uJ`9-*c{t>P7@SZY4ATUbz~XQed1MdFSO5PX z8s2DX5FWv$28)MK%s_KIQq+$!hffGFLcGGk4WUQL(GVC7fzc3vhXAO2P=Hpy4p6!Q zLW86j7#SGAT>wT<jStnu2<itw)PS^t)PS^tXpmM0Mi2`u57x@S$iM>D$q4R-FfcHJ zyCfhQtet_80j!;YkpZlofe~yo0|O&OI|Cy`I|C!Mhr$Tz(SXc{XlG!AXb0OdN{oiU zXb2!efEmIR0M-Al3=FvX{}5H9<Y)+thQP240Y(;=U>7G)rHR9Ppt=@RpC&-%L3J>w wI%Wjb(-3_iC16=5$bg~*m;;dmX$4jL;HsFB0aBBXHUwZHG)j+#0R2M%0AP=JzW@LL literal 0 HcmV?d00001 diff --git a/README.md b/README.md new file mode 100644 index 0000000..b80d9cb --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# MLBIOINF_P-2023 + +## Team Name +The Avengers + +## Team members +1. Saniya Nankeni (saniyaumen99 ) +2. Anuraj Suman ( anuras92 ) +3. Sai Preetham Kumar (saipreen98) + +## How to run the code ? + +1. Download the ipynb file from the respective folders ( PCR, PCLR, RF, SVMLin or SVMRBF ) +2. Open this downloaded notebook in google colab +3. Download the data from the Dataset folder +4. Upload the downloaded dataset to Google colab +5. Run the code blocks in ipynb file and observe the results + + -- GitLab