Skip to content

Commit 8e56fd8

Browse files
committed
notebook
1 parent d4688a0 commit 8e56fd8

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

examples/forecasting/ets.ipynb

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"cells": [
3+
{
4+
"metadata": {},
5+
"cell_type": "markdown",
6+
"source": [
7+
"# ETS Forecasting\n",
8+
"\n",
9+
"Examples for ETS notebook here\n",
10+
"\n",
11+
"`aeon` has native a implementation of ETS and will soon add Auto ETS. "
12+
],
13+
"id": "70dcc762ca5e1b6c"
14+
},
15+
{
16+
"metadata": {},
17+
"cell_type": "markdown",
18+
"source": "",
19+
"id": "f1fa7d726479eff9"
20+
}
21+
],
22+
"metadata": {
23+
"kernelspec": {
24+
"display_name": "Python 3",
25+
"language": "python",
26+
"name": "python3"
27+
},
28+
"language_info": {
29+
"codemirror_mode": {
30+
"name": "ipython",
31+
"version": 2
32+
},
33+
"file_extension": ".py",
34+
"mimetype": "text/x-python",
35+
"name": "python",
36+
"nbconvert_exporter": "python",
37+
"pygments_lexer": "ipython2",
38+
"version": "2.7.6"
39+
}
40+
},
41+
"nbformat": 4,
42+
"nbformat_minor": 5
43+
}

0 commit comments

Comments
 (0)