bayesian
Here are 496 public repositories matching this topic...
-
Updated
Jun 23, 2020 - Python
var_context builder
Summary:
It'd be nice to have a builder pattern for var contexts to make them easy to construct for testing. Something that could be used like this:
MatrixXd m(3, 2);
...
var_context vc
= var_context::builder()
.matrix("a", m)
.real("f", 2.3)
.build();
Current Version:
v2.23.0
Ankit Shah and I are trying to use Gen to support a project and would love the addition of a dirichlet distribution
-
Updated
Aug 24, 2019 - Jupyter Notebook
-
Updated
Sep 8, 2020 - Jupyter Notebook
-
Updated
Nov 28, 2020 - Jupyter Notebook
-
Updated
Nov 11, 2020 - Jupyter Notebook
-
Updated
Jun 11, 2020 - Jupyter Notebook
-
Updated
Nov 24, 2020 - R
-
Updated
Dec 7, 2020 - Python
-
Updated
Jul 26, 2020 - Python
-
Updated
Sep 10, 2020 - Clojure
-
Updated
Dec 7, 2020 - R
-
Updated
Dec 6, 2020 - R
Is your feature request related to a problem? Please describe.
While sales forecasting, it is necessary that the model is given the input about the promotions, special events that are taken care of in the prophet model as the holiday effect. Does orbit support this feature?
-
Updated
Nov 30, 2020 - R
-
Updated
Dec 3, 2020 - R
-
Updated
Apr 3, 2020 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
Feb 4, 2020 - C++
-
Updated
Aug 6, 2020 - R
-
Updated
Sep 1, 2019 - Python
-
Updated
Sep 12, 2020 - Julia
-
Updated
Dec 5, 2020
-
Updated
Nov 25, 2020 - R
-
Updated
Mar 22, 2019 - HTML
-
Updated
Dec 2, 2020 - R
-
Updated
Dec 5, 2020 - R
Improve this page
Add a description, image, and links to the bayesian topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bayesian topic, visit your repo's landing page and select "manage topics."


Currently our non-notebook examples are manually included in the examples webpage via custom
.rstfiles intutorial/source/. As the number of examples increases, it would be better to follow NumPyro's approach and generate HTML pages automatically withsphinx_gallery. This would make examples easier t