Skip to content

0.21.0

Compare
Choose a tag to compare
@jakubczakon jakubczakon released this 21 May 09:46
· 47 commits to master since this release
0fbf34c

New:

  • logging of optuna interactive visualizations (contour, slice, parallel_coordinate, history) after training with neptunecontrib.monitoring.optuna log_study_info.
  • logging of optuna interactive visualizations (contour, slice, parallel_coordinate, history) after each iteration in neptunecontrib.monitoring.optuna NeptuneCallback.
  • logging of optuna study object after each iteration in neptunecontrib.monitoring.optuna NeptuneCallback.
  • logging of skopt plot_regret study figure after training neptunecontrib.monitoring.skopt log_results.

Changed:

  • renamed neptunecontrib.monitoring.skopt NeptuneMonitor to NeptuneCallback
  • renamed neptunecontrib.monitoring.optuna NeptuneMonitor to NeptuneCallback
  • renamed neptunecontrib.monitoring.optuna log_study to log_study_info

Deprecated:

  • removed the following (helper) functions from neptunecontrib.monitoring.skopt : log_runs, log_best_parameters, log_best_score, log_plot_convergence, log_plot_evaluations ,log_plot_objective,