From 02a703854438cdc9adbdde9bedc2cfcd95ae85a9 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Thu, 17 Feb 2022 18:59:27 -0600 Subject: [PATCH] feat: Add file content to translate --- .../1-Visualize/translations/assignment.es.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 5-Clustering/1-Visualize/translations/assignment.es.md diff --git a/5-Clustering/1-Visualize/translations/assignment.es.md b/5-Clustering/1-Visualize/translations/assignment.es.md new file mode 100644 index 00000000..8c3986ac --- /dev/null +++ b/5-Clustering/1-Visualize/translations/assignment.es.md @@ -0,0 +1,11 @@ +# Research other visualizations for clustering + +## Instructions + +In this lesson, you have worked with some visualization techniques to get a grasp on plotting your data in preparation for clustering it. Scatterplots, in particular are useful for finding groups of objects. Research different ways and different libraries to create scatterplots and document your work in a notebook. You can use the data from this lesson, other lessons, or data you source yourself (please credit its source, however, in your notebook). Plot some data using scatterplots and explain what you discover. + +## Rubric + +| Criteria | Exemplary | Adequate | Needs Improvement | +| -------- | -------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ----------------------------------- | +| | A notebook is presented with five well-documented scatterplots | A notebook is presented with fewer than five scatterplots and it is less well documented | An incomplete notebook is presented |