File tree Expand file tree Collapse file tree 5 files changed +2
-19
lines changed
Expand file tree Collapse file tree 5 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 11name : autobuild_clf
22on :
33 push :
4- branches :
5- - dev
6- pull_request :
74 branches :
85 - master
96 - ' V**'
5855 echo "Leaderboard" >> report.md
5956 cat runs/optuna/clf/overview/leaderboard.json | md-table >> report.md
6057 echo >> report.md
61- echo "Figures" >> report.md
62- echo "" >> report.md
63- echo "" >> report.md
64- echo "" >> report.md
65- echo "" >> report.md
66- echo "" >> report.md
67-
6858 cml comment create report.md
Original file line number Diff line number Diff line change 11name : autobuild_docker
22on :
3- push :
4- branches :
5- - dev
63 pull_request :
74 branches :
85 - master
Original file line number Diff line number Diff line change 11name : autobuild_segm
22on :
33 push :
4- branches :
5- - dev
6- pull_request :
74 branches :
85 - master
96 - ' V**'
Original file line number Diff line number Diff line change 11name : autobuild_tablr
22on :
33 push :
4- branches :
5- - dev
6- pull_request :
74 branches :
85 - master
96 - ' V**'
Original file line number Diff line number Diff line change @@ -186,6 +186,8 @@ def _rename_params(self):
186186 trials = self .study .get_trials (deepcopy = False )
187187 for trial in trials :
188188 trial_param_names = list (trial .params .keys ())
189+ if len (trial_param_names ) == 1 :
190+ break
189191 common_prefix = osp .commonprefix (trial_param_names )
190192 if common_prefix != "" :
191193 for trial_param_name in trial_param_names :
You can’t perform that action at this time.
0 commit comments