Hyperband algorithm for Hyperparameter Optimization
A Pure R implementation of Hyperband algorithm for Hyperparameter Optimization.
To install:
- the stable version from CRAN:
install.packages("rHyperband")
- the latest development version:
devtools::install_github("yanyachen/rHyperband")