From 37568d8510dd30b7a2b862e3bf72e0665476d1cd Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Mon, 14 Feb 2022 22:43:18 -0600 Subject: [PATCH 1/2] 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 | From f56e03686fc8bdb5ff786bf149d05adad87efa94 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Mon, 14 Feb 2022 22:51:20 -0600 Subject: [PATCH 2/2] (spanish): 4-Classification/2-Classifiers-1/assignment.md Translate file `4-Classification/2-Classifiers-1/assignment.md` to spanish --- .../2-Classifiers-1/translations/assignment.es.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/4-Classification/2-Classifiers-1/translations/assignment.es.md b/4-Classification/2-Classifiers-1/translations/assignment.es.md index 065a06c5..17075f7d 100644 --- a/4-Classification/2-Classifiers-1/translations/assignment.es.md +++ b/4-Classification/2-Classifiers-1/translations/assignment.es.md @@ -1,9 +1,11 @@ -# Study the solvers -## Instructions +# Estudia los solucionadores -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 +## Instrucciones -| Criteria | Exemplary | Adequate | Needs Improvement | +En esta lección aprendiste acerca de diferentes solucionadores que emparejan algoritmos con un proceso de aprendizaje automático para crear un modelo preciso. Revisa los solucionadores listados en la lección y elige dos. En tus propias palabras, compara y contrasta estos dos solucionadores. ¿Qué clase de problema abordan? ¿Cómo funcionan con varias estructuras de datos? ¿Porqué elegirías uno por encima de otro? + +## Rúbrica + +| Criterio | Ejemplar | Adecuado | Necesita mejorar | | -------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------ | ---------------------------- | -| | 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 | +| | Se presentó un archivo .doc con dos párrafos, uno de cada solucionador, comparándolos seriamente. | Se presentó un archivo .doc con sólo un párrafo | La asignación está incompleta |