Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forecasting/modelling notebook #911

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
remove warning about statsmodel package
cbur24 committed Jan 9, 2023
commit 06f3f72f4f060307ed5f0e22d4950a5fbdfc0598
Original file line number Diff line number Diff line change
@@ -44,9 +44,7 @@
"metadata": {},
"source": [
"### Load packages\n",
"Import Python packages that are used for the analysis.\n",
"\n",
"**Important note:** Scipy has updated and has some incompatibilities with old versions of statsmodels. If the loading packages cell below returns an error, try running `pip install statsmodels` or `pip install statsmodels --upgrade` in a code cell, then load the packages again.\n"
"Import Python packages that are used for the analysis.\n"
]
},
{