From 9f085db659d9a5f8d6e314fbeb1b3a3aff09b5cc Mon Sep 17 00:00:00 2001 From: Priyank Khanna <55731241+priyankkhanna@users.noreply.github.com> Date: Wed, 25 Aug 2021 18:49:44 +0530 Subject: [PATCH] updated column for R lessons#317 will this work? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ec3a034..9ad4d0e2 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ By ensuring that the content aligns with projects, the process is made more enga | Lesson Number | Topic | Lesson Grouping | Learning Objectives | Linked Lesson using Python | Author | |:-------------:|:----------------------------------------------------------:|:---------------------------------------------------:|---------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------:|:--------------:| -| 01 | Introduction to machine learning | [Introduction](1-Introduction/README.md) | Learn the basic concepts behind machine learning | [Python](1-Introduction/1-intro-to-ML/README.md) ,[R](#) | Muhammad | +| 01 | Introduction to machine learning | [Introduction](1-Introduction/README.md) | Learn the basic concepts behind machine learning | [Python](1-Introduction/1-intro-to-ML/README.md) ,[R](#) | Muhammad | | 02 | The History of machine learning | [Introduction](1-Introduction/README.md) | Learn the history underlying this field | [Python](1-Introduction/2-history-of-ML/README.md) ,[R](#) | Jen and Amy | | 03 | Fairness and machine learning | [Introduction](1-Introduction/README.md) | What are the important philosophical issues around fairness that students should consider when building and applying ML models? | [Python](1-Introduction/3-fairness/README.md) ,[R](#) | Tomomi | | 04 | Techniques for machine learning | [Introduction](1-Introduction/README.md) | What techniques do ML researchers use to build ML models? | [Python](1-Introduction/4-techniques-of-ML/README.md) ,[R](#) | Chris and Jen |