From b291ee00faf0a14bd77344f72f09858a70ec86e8 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Sat, 29 Jan 2022 17:20:49 -0600 Subject: [PATCH] feat: (spanish) Add translation for file --- .../4-Logistic/translations/assignment.es.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/2-Regression/4-Logistic/translations/assignment.es.md b/2-Regression/4-Logistic/translations/assignment.es.md index 8131784e..7f99957f 100644 --- a/2-Regression/4-Logistic/translations/assignment.es.md +++ b/2-Regression/4-Logistic/translations/assignment.es.md @@ -1,10 +1,11 @@ -# Retrying some Regression +# Reintentando alguna regresión -## Instructions +## Instrucciones -In the lesson, you used a subset of the pumpkin data. Now, go back to the original data and try to use all of it, cleaned and standardized, to build a Logistic Regression model. -## Rubric +En esta lección, usaste un subconjunto de datos de las calabazas. Hora, vuelve a los datos originales e intenta usar todos ellos, limpios y estandarizados, para construir un modelo de regresión logística. -| Criteria | Exemplary | Adequate | Needs Improvement | +## Rúbrica + +| Criterio | Ejemplar | Adecuado | Necesita mejorar | | -------- | ----------------------------------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------------------------- | -| | A notebook is presented with a well-explained and well-performing model | A notebook is presented with a model that performs minimally | A notebook is presented with a sub-performing model or none | +| | Se presenta un notebook con un modelo bien explicado y realizado | Se presenta un notebook con un modelo con rendimiento mínimo | Se presenta un modelo con un rendimiento precario o nulo |