From dc9965cf9242ed26758097125f3086697131fb83 Mon Sep 17 00:00:00 2001 From: chaimaoufensou <146286097+chaimaoufensou@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:53:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd32105..fc746fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # code This is a compilation of R programming codes used on the **Data Professor** YouTube channel tutorial videos. - +i changed it Folder | Description ---|--- [iris](https://github.com/dataprofessor/code/tree/master/iris) | Codes for performing *exploratory data analysis* (so as to gain *data understanding*) and for building *classification models* of the Iris dataset.