Преглед изворни кода

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

Ben Letham пре 8 година
родитељ
комит
1645e56c48
2 измењених фајлова са 9 додато и 0 уклоњено
  1. 2 0
      docs/_docs/uncertainty_intervals.md
  2. 7 0
      notebooks/uncertainty_intervals.ipynb

+ 2 - 0
docs/_docs/uncertainty_intervals.md

@@ -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.

+ 7 - 0
notebooks/uncertainty_intervals.ipynb

@@ -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": {