Skip to content

Commit ffa4b65

Browse files
committed
Update smoothing notebook
1 parent 24e5444 commit ffa4b65

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

_delphi_utils_python/delphi_utils/smoothing_docs/COVIDcast Smoothing.ipynb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,23 @@
1414
"metadata": {},
1515
"outputs": [],
1616
"source": [
17+
"import os\n",
18+
"from datetime import date\n",
1719
"import numpy as np\n",
1820
"import pandas as pd\n",
19-
"import os\n",
2021
"import matplotlib.pyplot as plt\n",
21-
"import covidcast\n",
22-
"from datetime import date\n",
2322
"\n",
23+
"import covidcast\n",
2424
"from delphi_utils import Smoother"
2525
]
2626
},
27+
{
28+
"cell_type": "code",
29+
"execution_count": 13,
30+
"metadata": {},
31+
"outputs": [],
32+
"source": []
33+
},
2734
{
2835
"cell_type": "markdown",
2936
"metadata": {},

0 commit comments

Comments
 (0)