Hyperband algorithm for Hyperparameter Optimization
A Pure R implementation of Hyperband algorithm for Hyperparameter Optimization.
This is the Bridgewater version that has a parallel option. See: https://cran.r-project.org/web/packages/doParallel/vignettes/gettingstartedParallel.pdf
To install: * the stable version from CRAN:
install.packages("rHyperband")
devtools::install_github("tianlongwang-bw/rHyperParellel")
Because of authentication issues, you may need to download the zip file, and then create a tarball, and then install it.
unzip rHyperband-master.zip
R CMD build --force rHyperband-master
sudo R CMD INSTALL rHyperband_1.0.0-1.tar.gz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.