From 3565f2911e921bd38563873641eb891d6c3f6d85 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Thu, 17 Feb 2022 13:31:48 -0600 Subject: [PATCH] feat: Add file content to translate --- .../3-Classifiers-2/translations/assignment.es.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 4-Classification/3-Classifiers-2/translations/assignment.es.md diff --git a/4-Classification/3-Classifiers-2/translations/assignment.es.md b/4-Classification/3-Classifiers-2/translations/assignment.es.md new file mode 100644 index 00000000..4b34f53e --- /dev/null +++ b/4-Classification/3-Classifiers-2/translations/assignment.es.md @@ -0,0 +1,11 @@ +# Parameter Play + +## Instructions + +There are a lot of parameters that are set by default when working with these classifiers. Intellisense in VS Code can help you dig into them. Adopt one of the ML Classification Techniques in this lesson and retrain models tweaking various parameter values. Build a notebook explaining why some changes help the model quality while others degrade it. Be detailed in your answer. + +## Rubric + +| Criteria | Exemplary | Adequate | Needs Improvement | +| -------- | ---------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ----------------------------- | +| | A notebook is presented with a classifier fully built up and its parameters tweaked and changes explained in textboxes | A notebook is partially presented or poorly explained | A notebook is buggy or flawed |