From 44374753a1305733ffd37aa14022c4c6a389c3f7 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Tue, 8 Feb 2022 23:34:14 -0600 Subject: [PATCH] feat: Add file content to translate --- .../1-Introduction/translations/assignment.es.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 4-Classification/1-Introduction/translations/assignment.es.md diff --git a/4-Classification/1-Introduction/translations/assignment.es.md b/4-Classification/1-Introduction/translations/assignment.es.md new file mode 100644 index 00000000..666eb0a3 --- /dev/null +++ b/4-Classification/1-Introduction/translations/assignment.es.md @@ -0,0 +1,11 @@ +# Explore classification methods + +## Instructions + +In [Scikit-learn documentation](https://scikit-learn.org/stable/supervised_learning.html) you'll find a large list of ways to classify data. Do a little scavenger hunt in these docs: your goals is to look for classification methods and match a dataset in this curriculum, a question you can ask of it, and a technique of classification. Create a spreadsheet or table in a .doc file and explain how the dataset would work with the classification algorithm. + +## Rubric + +| Criteria | Exemplary | Adequate | Needs Improvement | +| -------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| | a document is presented overviewing 5 algorithms alongside a classification technique. The overview is well-explained and detailed. | a document is presented overviewing 3 algorithms alongside a classification technique. The overview is well-explained and detailed. | a document is presented overviewing fewer than three algorithms alongside a classification technique and the overview is neither well-explained nor detailed. |