From 3fa88aec61757ca393e9408baf6a3cd5d83eec66 Mon Sep 17 00:00:00 2001 From: Vidushi Gupta <55969597+Vidushi-Gupta@users.noreply.github.com> Date: Thu, 8 Jun 2023 15:16:25 +0530 Subject: [PATCH] Added hyperlinks Added hyperlink to the notebook for the lesson --- 7-TimeSeries/2-ARIMA/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-TimeSeries/2-ARIMA/README.md b/7-TimeSeries/2-ARIMA/README.md index 0fd753e7..6de07c0d 100644 --- a/7-TimeSeries/2-ARIMA/README.md +++ b/7-TimeSeries/2-ARIMA/README.md @@ -34,7 +34,7 @@ Bottom line: ARIMA is used to make a model fit the special form of time series d ## Exercise - build an ARIMA model -Open the [_/working_](https://github.com/microsoft/ML-For-Beginners/tree/main/7-TimeSeries/2-ARIMA/working) folder in this lesson and find the _notebook.ipynb_ file. +Open the [_/working_](https://github.com/microsoft/ML-For-Beginners/tree/main/7-TimeSeries/2-ARIMA/working) folder in this lesson and find the [_notebook.ipynb_](https://github.com/microsoft/ML-For-Beginners/blob/main/7-TimeSeries/2-ARIMA/working/notebook.ipynb) file. 1. Run the notebook to load the `statsmodels` Python library; you will need this for ARIMA models.