From f094e450746b8003dabd1393977c8bbef54b88ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Fri, 29 Oct 2021 08:46:03 -0300 Subject: [PATCH] Syntax issue (paragraph 05) (#447) - 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 4cb129f44..bde83d338 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 |