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 |