Skip to content

Commit

Permalink
Make ExpectedImpact JSON serializable (#2233)
Browse files Browse the repository at this point in the history
  • Loading branch information
hungcs authored Jul 6, 2022
1 parent a72cde2 commit cd4815b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ludwig/schema/metadata/parameter_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import Any, List, Union


class ExpectedImpact(Enum):
class ExpectedImpact(int, Enum):
"""The expected impact of determining a "good" value for a specific parameter.
- HIGH: this parameter should almost always be included in a hyperopt run and can make or break a good model.
Expand Down

0 comments on commit cd4815b

Please sign in to comment.