From fbdf1c49e8fac4ba0e527992c0d12043251a17fd Mon Sep 17 00:00:00 2001 From: RajKhanke <137288727+RajKhanke@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:54:44 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42b33ca..711a1dd 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Random Forest (RF) (75 % accuracy) Decision Tree (DT) (72 % accuracy) +after that k-flod cross validation is performed on linear regression and Random Forest Model and linear regression proved to be most accurate with an average accuracy of 78 %. + The frontend interface is created using the shiny package in R language.