From 5de048f526d88e2edd011923981046fde8680aa6 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Fri, 7 Oct 2022 14:19:59 -0500 Subject: [PATCH] feat: Add file content to translate --- .../19-Azure/translations/assignment.es.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 5-Data-Science-In-Cloud/19-Azure/translations/assignment.es.md diff --git a/5-Data-Science-In-Cloud/19-Azure/translations/assignment.es.md b/5-Data-Science-In-Cloud/19-Azure/translations/assignment.es.md new file mode 100644 index 00000000..655985c2 --- /dev/null +++ b/5-Data-Science-In-Cloud/19-Azure/translations/assignment.es.md @@ -0,0 +1,11 @@ +# Data Science project using Azure ML SDK + +## Instructions + +We saw how to use the Azure ML platform to train, deploy and consume a model with the Azure ML SDK. Now look around for some data that you could use to train an other model, deploy it and consume it. You can look for datasets on [Kaggle](https://kaggle.com) and [Azure Open Datasets](https://azure.microsoft.com/services/open-datasets/catalog?WT.mc_id=academic-77958-bethanycheum&ocid=AID3041109). + +## Rubric + +| Exemplary | Adequate | Needs Improvement | +|-----------|----------|-------------------| +|When doing the AutoML Configuration, you went through the SDK documentation to see what parameters you could use. You ran a training on a dataset through AutoML using Azure ML SDK, and you checked the model explanations. You deployed the best model and you were able to consume it through the Azure ML SDK. | You ran a training on a dataset through AutoML using Azure ML SDK, and you checked the model explanations. You deployed the best model and you were able to consume it through the Azure ML SDK. | You ran a training on a dataset through AutoML using Azure ML SDK. You deployed the best model and you were able to consume it through the Azure ML SDK. |