From 3936b442768d4a483c2a3ddf617ae381b3b96193 Mon Sep 17 00:00:00 2001 From: p-mishra1 <87666586+p-mishra1@users.noreply.github.com> Date: Sun, 5 Dec 2021 11:34:32 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dec50211..7149e1fb 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ By ensuring that the content aligns with projects, the process is made more enga |
  • - [x] 01
  • | Introduction to machine learning | [Introduction](1-Introduction/README.md) | Learn the basic concepts behind machine learning | [Lesson](1-Introduction/1-intro-to-ML/README.md) | Muhammad | |
  • - [x] 02
  • | The History of machine learning | [Introduction](1-Introduction/README.md) | Learn the history underlying this field | [Lesson](1-Introduction/2-history-of-ML/README.md) | 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? | [Lesson](1-Introduction/3-fairness/README.md) | Tomomi | -|
  • - [ ] 04
  • | Techniques for machine learning | [Introduction](1-Introduction/README.md) | What techniques do ML researchers use to build ML models? | [Lesson](1-Introduction/4-techniques-of-ML/README.md) | Chris and Jen | +|
  • - [x] 04
  • | Techniques for machine learning | [Introduction](1-Introduction/README.md) | What techniques do ML researchers use to build ML models? | [Lesson](1-Introduction/4-techniques-of-ML/README.md) | Chris and Jen | |
  • - [ ] 05
  • | Introduction to regression | [Regression](2-Regression/README.md) | Get started with Python and Scikit-learn for regression models | | | |
  • - [ ] 06
  • | North American pumpkin prices 🎃 | [Regression](2-Regression/README.md) | Visualize and clean data in preparation for ML | | | |
  • - [] 07
  • | North American pumpkin prices 🎃 | [Regression](2-Regression/README.md) | Build linear and polynomial regression models | | |