From 08df4cf470eb0bd8539065a3a910341d4b4296b9 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Wed, 19 Aug 2020 19:29:20 -0700 Subject: [PATCH] Minor clarification for multiplicative seasonality docs --- notebooks/multiplicative_seasonality.ipynb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/notebooks/multiplicative_seasonality.ipynb b/notebooks/multiplicative_seasonality.ipynb index 1b403c5..e854470 100644 --- a/notebooks/multiplicative_seasonality.ipynb +++ b/notebooks/multiplicative_seasonality.ipynb @@ -264,27 +264,27 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Additive and multiplicative extra regressors will show up in separate panels on the components plot." + "Additive and multiplicative extra regressors will show up in separate panels on the components plot. Note, however, that it is pretty unlikely to have a mix of additive and multiplicative seasonalities, so this will generally only be used if there is a reason to expect that to be the case." ] } ], "metadata": { "kernelspec": { - "display_name": "Python 2", + "display_name": "Python 3", "language": "python", - "name": "python2" + "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", - "version": 2 + "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython2", - "version": "2.7.14+" + "pygments_lexer": "ipython3", + "version": "3.7.8" } }, "nbformat": 4,