ymattu/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.

Getting started

Package details

MaintainerYuya Matsumura <mattu.yuya@gmail.com>
LicenseMIT + file LICENSE
Version0.3.4
URL https://github.com/ymattu/MlBayesOpt
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("ymattu/MlBayesOpt")
ymattu/MlBayesOpt documentation built on May 4, 2019, 5:31 p.m.