• kerastuneR works with latest version of python module keras-tuner-1.3.5
  • BaseTuner
  • fix issue with tf 2.2 validation_data #24
  • fix issue related to plot_tuner #27
  • plot_tuner has new option type which allows to build a plot either with plotly or echarts4r.
  • New functions as save and load 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