0.21.0
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
toNeptuneCallback
- renamed
neptunecontrib.monitoring.optuna
NeptuneMonitor
toNeptuneCallback
- renamed
neptunecontrib.monitoring.optuna
log_study
tolog_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
,