Skip to content

Commit

Permalink
Merge pull request #30 from optuna/feature/update-docs
Browse files Browse the repository at this point in the history
Feature/update docs
  • Loading branch information
y0z authored May 20, 2024
2 parents 1b934ba + 142a76b commit 8dc77d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/001_first.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def plot_optimizaiton_history(study: optuna.study.Study) -> go.Figure:
return fig


###################################################################################################
# If you use `matplotlib` (https://matplotlib.org/) for visualization, the function should return a `matplotlib.figure.Figure` object.


Expand Down

0 comments on commit 8dc77d6

Please sign in to comment.