From a95cdffcb1427c93962d5b24b6622a2e955688c5 Mon Sep 17 00:00:00 2001 From: Anirban Mukherjee Date: Wed, 6 Oct 2021 00:52:00 +0530 Subject: [PATCH] Update README.md --- 7-TimeSeries/3-SVR/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-TimeSeries/3-SVR/README.md b/7-TimeSeries/3-SVR/README.md index 2c45b064..ec58332c 100644 --- a/7-TimeSeries/3-SVR/README.md +++ b/7-TimeSeries/3-SVR/README.md @@ -7,7 +7,7 @@ In the previous lesson, you learned how to use ARIMA model to make time series p ## Introduction -In this lesson, you will discover a specific way to build models with [**SVM**: **S**upport **V**ector**M**achine](https://en.wikipedia.org/wiki/Support-vector_machine) for regression, or **SVR: Support Vector Regressor**. +In this lesson, you will discover a specific way to build models with [**SVM**: **S**upport **V**ector **M**achine](https://en.wikipedia.org/wiki/Support-vector_machine) for regression, or **SVR: Support Vector Regressor**. ## SVR in the context of time series