File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " spotpython"
10- version = " 0.14.71 "
10+ version = " 0.14.72 "
1111authors = [
1212 { name =" T. Bartz-Beielstein" , email =" tbb@bartzundbartz.de" }
1313]
Original file line number Diff line number Diff line change @@ -2007,7 +2007,7 @@ def plot_important_hyperparameter_contour(
20072007 n_grid = 50 ,
20082008 contour_levels = 10 ,
20092009 dpi = 200 ,
2010- use_min = True ,
2010+ use_min = False ,
20112011 use_max = True ,
20122012 ) -> None :
20132013 """
@@ -2040,7 +2040,7 @@ def plot_important_hyperparameter_contour(
20402040 integer parameters.
20412041 In 3d-plots, only two variables can be independent. The remaining input variables are set
20422042 to their minimum value.
2043- Default is `True `.
2043+ Default is `False `.
20442044 If use_min and use_max are both `True`, both values are used.
20452045 use_max (bool):
20462046 Use the minimum value for determing the hidden dimensions in the plot for categorical and
You can’t perform that action at this time.
0 commit comments