From 17d7ab5ed700a7199d372ce0477ae8d317a4c832 Mon Sep 17 00:00:00 2001 From: Amagash Date: Tue, 31 Aug 2021 14:58:21 +0200 Subject: [PATCH] [Lesson 18] Add Challenge and review --- 5-Data-Science-In-Cloud/18-tbd/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/5-Data-Science-In-Cloud/18-tbd/README.md b/5-Data-Science-In-Cloud/18-tbd/README.md index a9d33ef8..cb05388b 100644 --- a/5-Data-Science-In-Cloud/18-tbd/README.md +++ b/5-Data-Science-In-Cloud/18-tbd/README.md @@ -313,6 +313,7 @@ The script should return : ``` ## 🚀 Challenge +Look more closely at the model explanations and details that AutoML generated for the top models. Try to understand why the best model is better than the other ones. What algorithms were compared ? What are the differences between them ? Why is the best one performing better in this case ? ## Post-Lecture Quiz @@ -320,6 +321,10 @@ The script should return : ## Review & Self Study +In this lesson, you trained, deployed and consumed a model to predict heart failure risk. If you have not done it yet, look more closely at the model explanations that AutoML generated for the top models and try to understand why the best model is better than the other ones. + +You can go further into AutoML by reading this [documentation](https://docs.microsoft.com/fr-fr/azure/machine-learning/tutorial-first-experiment-automated-ml). + ## Assignment