mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-30 20:18:11 +00:00
Add reference to dygraph plot in documentation
This commit is contained in:
parent
2d6e249391
commit
35c982b3ed
1 changed files with 3 additions and 1 deletions
|
|
@ -578,6 +578,8 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"An interactive plot of the forecast using Dygraphs can be made with the command `dyplot.prophet(m, forecast)`.\n",
|
||||
"\n",
|
||||
"More details about the options available for each method are available in the docstrings, for example, via `?prophet` or `?fit.prophet`. This documentation is also available in the [reference manual](https://cran.r-project.org/web/packages/prophet/prophet.pdf) on CRAN."
|
||||
]
|
||||
}
|
||||
|
|
@ -598,7 +600,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython2",
|
||||
"version": "2.7.12"
|
||||
"version": "2.7.13"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
|
|
|||
Loading…
Reference in a new issue