mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-25 13:50:21 +08:00
Remove duplicated plot names
This commit is contained in:
@@ -90,7 +90,6 @@ const plotEdf = (study: StudyDetail, objectiveId: number) => {
|
||||
}
|
||||
|
||||
const layout: Partial<plotly.Layout> = {
|
||||
title: "Empirical Distribution Function Plot",
|
||||
xaxis: {
|
||||
title: target_name,
|
||||
},
|
||||
|
||||
@@ -122,7 +122,6 @@ const plotParamImportances = (paramsImportanceData: ParamImportances) => {
|
||||
)
|
||||
|
||||
const layout: Partial<plotly.Layout> = {
|
||||
title: "Hyperparameter Importance",
|
||||
xaxis: {
|
||||
title: `Importance for ${paramsImportanceData.target_name}`,
|
||||
},
|
||||
|
||||
@@ -77,7 +77,6 @@ const plotCoordinate = (study: StudyDetail, objectiveId: number) => {
|
||||
}
|
||||
|
||||
const layout: Partial<plotly.Layout> = {
|
||||
title: "Parallel coordinate",
|
||||
margin: {
|
||||
l: 50,
|
||||
r: 50,
|
||||
|
||||
Reference in New Issue
Block a user