gpr
gpr copied to clipboard
Library for doing GPR (Gaussian Process Regression) in OCaml. Comes with a command line application.
Results
1
gpr issues
Sort by
recently updated
recently updated
newest added
It seems that GPR library implements the core primitive used in Bayesian optimization, does it make sense to provide a high-level module for Bayesian optimization itself? With user-friendly interface like...