Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 799 Bytes

NEWS.md

File metadata and controls

27 lines (15 loc) · 799 Bytes

kerastuneR 0.1.0.6

  • kerastuneR works with latest version of python module keras-tuner-1.3.5

kerastuneR 0.1.0.3

  • BaseTuner
  • fix issue with tf 2.2 validation_data #24
  • fix issue related to plot_tuner #27

kerastuneR 0.1.0.2

  • 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.

kerastuneR 0.1.0.1

Initial release