Skip to content

Commit

Permalink
Apply ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
y0z committed May 20, 2024
1 parent c3079cb commit 0a678d3
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 @@ -152,6 +152,7 @@ def plot_optimizaiton_history(study: optuna.study.Study) -> go.Figure:

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


def plot_optimizaiton_history_matplotlib(study: optuna.study.Study) -> plt.Figure:
trials = study.trials
best_values = [trial.value for trial in trials]
Expand Down

0 comments on commit 0a678d3

Please sign in to comment.