mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-30 20:18:11 +00:00
Note in documentation that MCMC is slow in Python in Windows (#122)
This commit is contained in:
parent
b999dd4aa4
commit
1645e56c48
2 changed files with 9 additions and 0 deletions
|
|
@ -52,3 +52,5 @@ prophet_plot_components(m, forecast);
|
|||
|
||||

|
||||
|
||||
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue