Skip to content

Commit 7fe7beb

Browse files
author
priyankatuteja
committed
üpdated
1 parent 3c6f3d9 commit 7fe7beb

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

samples/04_gis_analysts_data_scientists/forecasting_pm2.5_using_big_data_analysis.ipynb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"* [Uncover patterns in data](#Uncover-patterns-in-data)\n",
2626
" * [Describe data](#Describe-data)\n",
2727
" * [Commonly used methods of measurement](#Commonly-used-methods-of-measurement)\n",
28-
" * [Average PM 2.5 value by County](#Average-PM-2.5-value-by-County)\n",
28+
" * [Average PM 2.5 value by county](#Average-PM-2.5-value-by-county)\n",
2929
"* [Prepare time series data](#Prepare-time-series-data) \n",
30-
"* [Predict PM2.5](#Predict-PM25)\n",
30+
"* [Predict PM2.5 using Facebook's Prophet model](#Predict-PM2.5-using-Facebook's-Prophet-model)\n",
3131
"* [Visualize result on Dashboard](#Visualize-result-on-Dashboard)\n",
3232
"* [Conclusion](#Conclusion)\n",
3333
"* [References](#References)"
@@ -1354,7 +1354,7 @@
13541354
"cell_type": "markdown",
13551355
"metadata": {},
13561356
"source": [
1357-
"### Average PM 2.5 value by County"
1357+
"### Average PM 2.5 value by county"
13581358
]
13591359
},
13601360
{
@@ -1847,6 +1847,13 @@
18471847
"series_data.query(as_df=True)[:5]"
18481848
]
18491849
},
1850+
{
1851+
"cell_type": "markdown",
1852+
"metadata": {},
1853+
"source": [
1854+
"## Predict PM2.5 using Facebook's Prophet model"
1855+
]
1856+
},
18501857
{
18511858
"cell_type": "markdown",
18521859
"metadata": {},

0 commit comments

Comments
 (0)