Skip to content

Commit

Permalink
Merge pull request #5090 from voxel51/bugfix/model-eval-name
Browse files Browse the repository at this point in the history
fix model evaluation panel name
  • Loading branch information
Br2850 authored Nov 15, 2024
2 parents 4ec4acc + d3103a2 commit 02ae185
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ class EvaluationPanel(Panel):
@property
def config(self):
return PanelConfig(
name="evaluation_panel",
label="Evaluation Panel",
name=STORE_NAME,
label="Model Evaluation",
icon="ssid_chart",
category=Categories.ANALYZE,
beta=True,
is_new=is_new("2024-11-07"),
)

def get_dataset_id(self, ctx):
Expand Down

0 comments on commit 02ae185

Please sign in to comment.