Skip to content

Commit

Permalink
Rename custom_analytical.py to custom_blackbox.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Dec 20, 2024
1 parent f32207d commit d7d5a79
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import pandas as pd
import seaborn as sns

from baybe import Campaign
from baybe.parameters.numerical import NumericalContinuousParameter
from baybe.recommenders import RandomRecommender
Expand Down Expand Up @@ -104,4 +103,4 @@ def blackbox(df: pd.DataFrame, /) -> pd.DataFrame:
y="Target_CumBest",
hue="Scenario",
)
create_example_plots(ax=ax, base_name="custom_analytical")
create_example_plots(ax=ax, base_name="custom_blackbox")

0 comments on commit d7d5a79

Please sign in to comment.