Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
feat(jupyter): provide tuned periods for holt-winters
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 23, 2019
1 parent eed4a2d commit 6899ec1
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 24 deletions.
76 changes: 53 additions & 23 deletions jupyter/agg_instance_load_holtwinters.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion jupyter/instance_load.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"FROM metrics \n",
"WHERE name = 'node_load1' \n",
"ORDER BY time DESC, instance\n",
"LIMIT 5000\"\"\", conn)\n",
"LIMIT 5000\n",
"\"\"\", conn)\n",
"conn.close()"
]
},
Expand Down

0 comments on commit 6899ec1

Please sign in to comment.