Skip to content

Commit

Permalink
update time series notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
khuyentran1401 committed Apr 10, 2024
1 parent ed28299 commit b57b1be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Chapter5/time_series.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1912,6 +1912,7 @@
},
{
"cell_type": "markdown",
"id": "0cb5deaa",
"metadata": {},
"source": [
"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",
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
update: build copy git_add
build:
jb build .
copy:
cp -r _build/html/* docs
git_add:
git add .
git status
update: build copy git_add
1 change: 1 addition & 0 deletions docs/_sources/Chapter5/time_series.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1912,6 +1912,7 @@
},
{
"cell_type": "markdown",
"id": "0cb5deaa",
"metadata": {},
"source": [
"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",
Expand Down

0 comments on commit b57b1be

Please sign in to comment.