-
```
In file included from /wrkdirs/usr/ports/math/mlpack/work/mlpack-4.5.0/src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_main.cpp:12:
In file included from /wrkdirs/usr/po…
-
I wonder the difference between Bayesian MCMC model and Bayesian regression analysis model.
The tensorflow_probability library is being used. The code has been imported from Excel into the target val…
-
# patalt - Bayesian Logistic Regression
An introduction to Bayesian Logistic Regression from the bottom up with examples in Julia language.
[https://www.patalt.org/blog/posts/bayesian-logit/](https:…
-
In a partial repeat of #59 I would like to again request the addition of poisson regression models, in their various forms. Just today I came across this paper, which presents the Bayesian implem…
-
### Describe the bug
Using the Bayesian Ridge Regression with MultiOutputRegression(n_jobs=-1) consumes all the memory on the computer and the process dies. (Tested with 128G Ram + 128G Swap)
### St…
-
# Bayesian linear regression for practitioners - Max Halford
Motivation Suppose you have an infinite stream of feature vectors $x_i$ and targets $y_i$. In this case, $i$ denotes the order in which th…
-
> [!NOTE]
> If you have a request to support a specific method, or would like to see priority of one of the listed methods, please open a separate issue, so it won't get buried in this thread. Base…
-
Using 100 KDE features and all the categorical variables, I end up with a dataset that's `840x6578` so I'm inclined to do ridge regression. I tried to implement it in Stan but it's taking forever to s…
-
I'm working on a tutorial for Bayesian Linear Regression as my first contribution. Anybody else that thinks this would be useful, feel free to contribute.
-
It would be great to add BART to the list of models available via numpyro: https://github.com/pymc-devs/pymc3/pull/4183
Happy to take a stab at it given some time.