From a77adc34bb88f2f604d6a20aa83609042c93ddb6 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Wed, 19 Aug 2020 13:41:16 -0700 Subject: [PATCH] Typo fix --- notebooks/trend_changepoints.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/trend_changepoints.ipynb b/notebooks/trend_changepoints.ipynb index 80083a1..98ccf1d 100644 --- a/notebooks/trend_changepoints.ipynb +++ b/notebooks/trend_changepoints.ipynb @@ -186,7 +186,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "By default changepoints are only inferred for the first 80% of the time series in order to have plenty of runway for projecting the trend forward and to avoid overfitting fluctuations at the end of the time series. This default works in many situations but not all, and can be change using the `changepoint_range` argument. For example, `m = Prophet(changepoint_range=0.9)` in Python or `m <- prophet(changepoint.range = 0.9)` in R will place potential changepoints in the first 90% of the time series." + "By default changepoints are only inferred for the first 80% of the time series in order to have plenty of runway for projecting the trend forward and to avoid overfitting fluctuations at the end of the time series. This default works in many situations but not all, and can be changed using the `changepoint_range` argument. For example, `m = Prophet(changepoint_range=0.9)` in Python or `m <- prophet(changepoint.range = 0.9)` in R will place potential changepoints in the first 90% of the time series." ] }, { @@ -407,7 +407,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.4" + "version": "3.7.8" } }, "nbformat": 4,