From 799d4ea2f73155c6336221c9018837be78e40fc1 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Sat, 23 Oct 2021 22:49:29 -0500 Subject: [PATCH] feat: Add file to translate --- 2-Regression/3-Linear/translations/assignment.es.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 2-Regression/3-Linear/translations/assignment.es.md diff --git a/2-Regression/3-Linear/translations/assignment.es.md b/2-Regression/3-Linear/translations/assignment.es.md new file mode 100644 index 00000000..4be0bb06 --- /dev/null +++ b/2-Regression/3-Linear/translations/assignment.es.md @@ -0,0 +1,11 @@ +# Create a Regression Model + +## Instructions + +In this lesson you were shown how to build a model using both Linear and Polynomial Regression. Using this knowledge, find a dataset or use one of Scikit-learn's built-in sets to build a fresh model. Explain in your notebook why you chose the technique you did, and demonstrate your model's accuracy. If it is not accurate, explain why. + +## Rubric + +| Criteria | Exemplary | Adequate | Needs Improvement | +| -------- | ------------------------------------------------------------ | -------------------------- | ------------------------------- | +| | presents a complete notebook with a well-documented solution | the solution is incomplete | the solution is flawed or buggy |