From 37568d8510dd30b7a2b862e3bf72e0665476d1cd Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Mon, 14 Feb 2022 22:43:18 -0600 Subject: [PATCH] feat: Add file content to translate --- .../2-Classifiers-1/translations/assignment.es.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 4-Classification/2-Classifiers-1/translations/assignment.es.md diff --git a/4-Classification/2-Classifiers-1/translations/assignment.es.md b/4-Classification/2-Classifiers-1/translations/assignment.es.md new file mode 100644 index 00000000..065a06c5 --- /dev/null +++ b/4-Classification/2-Classifiers-1/translations/assignment.es.md @@ -0,0 +1,9 @@ +# Study the solvers +## Instructions + +In this lesson you learned about the various solvers that pair algorithms with a machine learning process to create an accurate model. Walk through the solvers listed in the lesson and pick two. In your own words, compare and contrast these two solvers. What kind of problem do they address? How do they work with various data structures? Why would you pick one over another? +## Rubric + +| Criteria | Exemplary | Adequate | Needs Improvement | +| -------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------ | ---------------------------- | +| | A .doc file is presented with two paragraphs, one on each solver, comparing them thoughtfully. | A .doc file is presented with only one paragraph | The assignment is incomplete |