Skip to content
Snippets Groups Projects
Unverified Commit 3fa88aec authored by Vidushi Gupta's avatar Vidushi Gupta Committed by GitHub
Browse files

Added hyperlinks

Added hyperlink to the notebook for the lesson
parent df371066
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment