Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
murilommen committed Sep 18, 2023
1 parent e95b75a commit ffb915c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whylabs_toolkit/monitor/models/analyzer/algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class DatasetMetric(str, Enum):
regression_mse = "regression.mse"
regression_mae = "regression.mae"
regression_rmse = "regression.rmse"

# other metrics
missingDataPoint = "missingDatapoint"

Expand Down

0 comments on commit ffb915c

Please sign in to comment.