Learn R Programming

⚠️There's a newer version (1.2.1) of this package.Take me there.

rBayesianOptimization

Linux/Mac: Windows:

Bayesian Optimization of Hyperparameters

A Pure R implementation of Bayesian Global Optimization with Gaussian Processes.

To install:

  • the stable version from CRAN:
install.packages("rBayesianOptimization")
  • the latest development version:
devtools::install_github("yanyachen/rBayesianOptimization")

Copy Link

Version

Install

install.packages('rBayesianOptimization')

Monthly Downloads

991

Version

1.2.0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

June 17th, 2021

Functions in rBayesianOptimization (1.2.0)

rBayesianOptimization

rBayesianOptimization: Bayesian Optimization of Hyperparameters
KFold

K-Folds cross validation index generator
Min_Max_Inverse_Scale_Vec

MinMax Inverse Scaling
BayesianOptimization

Bayesian Optimization
Min_Max_Scale_Mat

Matrix MinMax Scaling
Matrix_runif

Matrix runif
Utility

Utility Computing Function
Utility_Max

Utility Maximization Function