Skip to content

Commit

Permalink
Changed standard metric name to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbunn committed Oct 18, 2019
1 parent 4899457 commit 4050500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalml/objectives/standard_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class MedianAE(ObjectiveBase):
needs_fitting = False
greater_is_better = False
need_proba = False
name = "MedAE"
name = "MedianAE"
problem_types = [ProblemTypes.REGRESSION]

def score(self, y_predicted, y_true):
Expand Down

0 comments on commit 4050500

Please sign in to comment.