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.16.0 "
10+ version = " 0.16.1 "
1111authors = [
1212 { name =" T. Bartz-Beielstein" , email =" tbb@bartzundbartz.de" }
1313]
Original file line number Diff line number Diff line change @@ -2106,13 +2106,10 @@ def plot_important_hyperparameter_contour(
21062106
21072107 """
21082108 impo = self .print_importance (threshold = threshold , print_screen = True )
2109- print (f"impo: { impo } " )
21102109 indices = sort_by_kth_and_return_indices (array = impo , k = 1 )
2111- print (f"indices: { indices } " )
21122110 # take the first max_imp values from the indices array
21132111 if max_imp is not None :
21142112 indices = indices [:max_imp ]
2115- print (f"indices after max_imp selection: { indices } " )
21162113 if scale_global :
21172114 min_z = min (self .y )
21182115 max_z = max (self .y )
You can’t perform that action at this time.
0 commit comments