From 78fc322b5a7414cdce736b97d73abaff974c9b4e Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Sat, 19 Feb 2022 13:02:13 -0600 Subject: [PATCH] feat: Add file content to translate --- 7-TimeSeries/2-ARIMA/translations/assignment.es.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 7-TimeSeries/2-ARIMA/translations/assignment.es.md diff --git a/7-TimeSeries/2-ARIMA/translations/assignment.es.md b/7-TimeSeries/2-ARIMA/translations/assignment.es.md new file mode 100644 index 00000000..ffefd770 --- /dev/null +++ b/7-TimeSeries/2-ARIMA/translations/assignment.es.md @@ -0,0 +1,10 @@ +# A new ARIMA model + +## Instructions + +Now that you have built an ARIMA model, build a new one with fresh data (try one of [these datasets from Duke](http://www2.stat.duke.edu/~mw/ts_data_sets.html). Annotate your work in a notebook, visualize the data and your model, and test its accuracy using MAPE. +## Rubric + +| Criteria | Exemplary | Adequate | Needs Improvement | +| -------- | ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | ----------------------------------- | +| | A notebook is presented with a new ARIMA model built, tested and explained with visualizations and accuracy stated. | The notebook presented is not annotated or contains bugs | An incomplete notebook is presented |