From 71207dc795d61fa4d90eb80e631aff4392af753b Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Thu, 17 Feb 2022 19:16:25 -0600 Subject: [PATCH] feat: Add file content to translate --- 5-Clustering/2-K-Means/translations/assignment.es.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 5-Clustering/2-K-Means/translations/assignment.es.md diff --git a/5-Clustering/2-K-Means/translations/assignment.es.md b/5-Clustering/2-K-Means/translations/assignment.es.md new file mode 100644 index 00000000..19859e1e --- /dev/null +++ b/5-Clustering/2-K-Means/translations/assignment.es.md @@ -0,0 +1,10 @@ +# Try different clustering methods + +## Instructions + +In this lesson you learned about K-Means clustering. Sometimes K-Means is not appropriate for your data. Create a notebook using data either from these lessons or from somewhere else (credit your source) and show a different clustering method NOT using K-Means. What did you learn? +## Rubric + +| Criteria | Exemplary | Adequate | Needs Improvement | +| -------- | --------------------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------- | +| | A notebook is presented with a well-documented clustering model | A notebook is presented without good documentation and/or incomplete | Incomplete work is submitted |