MlBayesOpt: Hyper Parameter Tuning for Machine Learning, Using Bayesian Optimization

Hyper parameter tuning using Bayesian optimization (Shahriari et al. <doi:10.1109/JPROC.2015.2494218>) for support vector machine, random forest, and extreme gradient boosting (Chen & Guestrin (2016) <doi:10.1145/2939672.2939785>). Unlike already existing packages (e.g. 'mlr', 'rBayesianOptimization', or 'xgboost'), there is no need to change in accordance with the package or method of machine learning. You just prepare a data frame with feature vectors and the label column that has any class ('character', 'factor', 'integer'). Moreover, to write a optimization function, you have only to specify the data and the column name of the label to classify.

Package details

AuthorYuya Matsumura [aut, cre]
MaintainerYuya Matsumura <mattu.yuya@gmail.com>
LicenseMIT + file LICENSE
Version0.3.4
URL https://github.com/ymattu/MlBayesOpt
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("MlBayesOpt")

Try the MlBayesOpt package in your browser

Any scripts or data that you put into this service are public.

MlBayesOpt documentation built on May 2, 2019, 9:20 a.m.