Note in documentation that MCMC is slow in Python in Windows (#122)

This commit is contained in:
Ben Letham 2017-04-03 17:47:45 -07:00
parent b999dd4aa4
commit 1645e56c48
2 changed files with 9 additions and 0 deletions

View file

@ -52,3 +52,5 @@ prophet_plot_components(m, forecast);
![png](/prophet/static/uncertainty_intervals_files/uncertainty_intervals_10_0.png)
There are upstream issues in PyStan for Windows which make MCMC sampling extremely slow. The best choice for MCMC sampling in Windows is to use R, or Python in a Linux VM.

View file

@ -336,6 +336,13 @@
"%%R -w 9 -h 9 -u in\n",
"prophet_plot_components(m, forecast);"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"There are upstream issues in PyStan for Windows which make MCMC sampling extremely slow. The best choice for MCMC sampling in Windows is to use R, or Python in a Linux VM."
]
}
],
"metadata": {