From 904ca280aaa1b8bfaa3c1316a8e4f184c5a82018 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Sat, 29 Jan 2022 17:13:30 -0600 Subject: [PATCH] feat: Add file to translate --- 2-Regression/4-Logistic/translations/assignment.es.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2-Regression/4-Logistic/translations/assignment.es.md diff --git a/2-Regression/4-Logistic/translations/assignment.es.md b/2-Regression/4-Logistic/translations/assignment.es.md new file mode 100644 index 00000000..8131784e --- /dev/null +++ b/2-Regression/4-Logistic/translations/assignment.es.md @@ -0,0 +1,10 @@ +# Retrying some Regression + +## Instructions + +In the lesson, you used a subset of the pumpkin data. Now, go back to the original data and try to use all of it, cleaned and standardized, to build a Logistic Regression model. +## Rubric + +| Criteria | Exemplary | Adequate | Needs Improvement | +| -------- | ----------------------------------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------------------------- | +| | A notebook is presented with a well-explained and well-performing model | A notebook is presented with a model that performs minimally | A notebook is presented with a sub-performing model or none |