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
  • GPU support is only available for linux and WSL2 systems.