- kerastuneR works with latest version of python module keras-tuner-1.3.5
plot_tuner
has new optiontype
which allows to build a plot either withplotly
orecharts4r
.- New functions as
save
andload
the model from trial. - New function
plot_keras_model
. - A hyperparameter optimization algorithm - Oracle()
install_kerastuner()
function now allows users to install module directly from Github.install_kerastuner()
prints the python path after installation.
Initial release