File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
samples/04_gis_analysts_data_scientists Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 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)"
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 {
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": {},
You can’t perform that action at this time.
0 commit comments