Skip to content

Commit

Permalink
Merge pull request #37 from BoostV/36-show-confidence-interval
Browse files Browse the repository at this point in the history
Update to process_result in optimizer.py
  • Loading branch information
langdal authored Apr 20, 2022
2 parents 927c893 + e7af3e9 commit 4fc0c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion optimizerapi/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ def process_result(result, optimizer, dimensions, cfg, extras, data, space):
add_plot(plots, f"convergence_{idx}")

plot_objective(model, dimensions=dimensions,
usepartialdependence=False)
usepartialdependence=False,
show_confidence=True)
add_plot(plots, f"objective_{idx}")

if optimizer.n_objectives == 1:
Expand Down

0 comments on commit 4fc0c1c

Please sign in to comment.