From 937da52e092dfa6c6e162d496f01b2ba4e822685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 28 Oct 2021 14:01:54 -0300 Subject: [PATCH] Syntax issue (paragraph 05) - added closing ) --- 7-TimeSeries/3-SVR/assignment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-TimeSeries/3-SVR/assignment.md b/7-TimeSeries/3-SVR/assignment.md index 4cb129f4..bde83d33 100644 --- a/7-TimeSeries/3-SVR/assignment.md +++ b/7-TimeSeries/3-SVR/assignment.md @@ -2,7 +2,7 @@ ## Instructions [^1] -Now that you have built an SVR 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 appropriate plots and MAPE. Also try tweaking the different hyperparameters and also using different values for the timesteps. +Now that you have built an SVR 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 appropriate plots and MAPE. Also try tweaking the different hyperparameters and also using different values for the timesteps. ## Rubric [^1] | Criteria | Exemplary | Adequate | Needs Improvement |