neptune-contrib v0.21.0 Release Notes

Release Date: 2020-05-21 // about 4 years ago
  • ๐Ÿ†• 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,