From 3bda8547a2ea90ab2f944771c57827d5204bebf4 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Thu, 17 Feb 2022 19:23:23 -0600 Subject: [PATCH] (spanish) 5-Clustering/2-K-Means/assignment.md Translate file `5-Clustering/2-K-Means/assignment.md` to spanish --- .../2-K-Means/translations/assignment.es.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/5-Clustering/2-K-Means/translations/assignment.es.md b/5-Clustering/2-K-Means/translations/assignment.es.md index 19859e1e..8ea2ee54 100644 --- a/5-Clustering/2-K-Means/translations/assignment.es.md +++ b/5-Clustering/2-K-Means/translations/assignment.es.md @@ -1,10 +1,11 @@ -# Try different clustering methods +# Prueba distintos métodos de agrupamiento -## Instructions +## Instrucciones -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 +En esta lección aprendiste acerca del agrupamiento K-Medias. Algunas veces K-Medias no es apropiado para tus datos. Crea un notebook usando los datos ya sea de estas lecciones o de algún otro lugar (dá crédito a tu fuente) y muestra un método de agrupamiento diferente sin usar K-Medias. ¿Qué aprendiste? -| Criteria | Exemplary | Adequate | Needs Improvement | +## Rúbrica + +| Criterio | Ejemplar | Adecuado | Necesita mejorar | | -------- | --------------------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------- | -| | A notebook is presented with a well-documented clustering model | A notebook is presented without good documentation and/or incomplete | Incomplete work is submitted | +| | Se presentó un notebook con un modelo de agrupamiento bien documentado | Se presentó un notebook sin buena documentación y/o incompleto | Se envió un trabajo incompleto |