Skip to content

Commit b57b1be

Browse files
update time series notebook
1 parent ed28299 commit b57b1be

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Chapter5/time_series.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,6 +1912,7 @@
19121912
},
19131913
{
19141914
"cell_type": "markdown",
1915+
"id": "0cb5deaa",
19151916
"metadata": {},
19161917
"source": [
19171918
"Knee-point detection in time series identifies the point of maximum curvature. The knee point can identify anomalies or outliers in the time series. If a data point is far away from the knee point, it may indicate an anomaly or unexpected behavior.\n",

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
update: build copy git_add
12
build:
23
jb build .
34
copy:
45
cp -r _build/html/* docs
56
git_add:
67
git add .
78
git status
8-
update: build copy git_add

docs/_sources/Chapter5/time_series.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,6 +1912,7 @@
19121912
},
19131913
{
19141914
"cell_type": "markdown",
1915+
"id": "0cb5deaa",
19151916
"metadata": {},
19161917
"source": [
19171918
"Knee-point detection in time series identifies the point of maximum curvature. The knee point can identify anomalies or outliers in the time series. If a data point is far away from the knee point, it may indicate an anomaly or unexpected behavior.\n",

0 commit comments

Comments
 (0)