Installation
You can run BF on python or R. For R users you need to have installed python and the R reticulate.
#| code-fold: false
pip install BayesForge # For CPU support
pip install BayesForge[gpu] # For GPU support #| code-fold: false
package.install(BayesForge)
Note
As reticulate uses its own python environment, you need to install the python version of BF through reticulate. You can do this by running the following command in R:
reticulate::py_install("BayesForge", pip = TRUE)GPU support is only available for linux and WSL2 systems.