From f044ba7f9998456459b6d92d7ff32c83683cdba2 Mon Sep 17 00:00:00 2001 From: Anirban Mukherjee Date: Sat, 9 Oct 2021 01:10:16 +0530 Subject: [PATCH] Update README.md Credits --- 7-TimeSeries/3-SVR/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/7-TimeSeries/3-SVR/README.md b/7-TimeSeries/3-SVR/README.md index d2214617..0c258bbf 100644 --- a/7-TimeSeries/3-SVR/README.md +++ b/7-TimeSeries/3-SVR/README.md @@ -365,5 +365,9 @@ MAPE: 2.0572089029888656 % [A new SVR model](assignment.md) + +## Credits + + [^1]: The text, code and output in this section was contributed by [@AnirbanMukherjeeXD](https://github.com/AnirbanMukherjeeXD) -[^2]: The text, code and output in this section was taken from [Arima](https://github.com/microsoft/ML-For-Beginners/tree/main/7-TimeSeries/2-ARIMA) \ No newline at end of file +[^2]: The text, code and output in this section was taken from [ARIMA](https://github.com/microsoft/ML-For-Beginners/tree/main/7-TimeSeries/2-ARIMA) \ No newline at end of file