Skip to content

Commit

Permalink
Corrected range of MAE (huggingface#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
clefourrier authored Nov 16, 2022
1 parent dfd1cc0 commit d3f345b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/mae/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This metric outputs a dictionary, containing the mean absolute error score, whic
- `float`: if multioutput is `uniform_average` or an ndarray of weights, then the weighted average of all output errors is returned.
- numeric array-like of shape (`n_outputs,`): if multioutput is `raw_values`, then the score is returned for each output separately.

Each MAE `float` value ranges from `0.0` to `1.0`, with the best value being 0.0.
Each MAE `float` value ranges from `0.0` to `+inf`, with the best value being 0.0.

Output Example(s):
```python
Expand Down

0 comments on commit d3f345b

Please sign in to comment.