lvwerra HF Staff commited on
Commit
e3560c5
·
1 Parent(s): 7fb30ec

Update Space (evaluate main: d3f345bb)

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ This metric outputs a dictionary, containing the mean absolute error score, whic
53
  - `float`: if multioutput is `uniform_average` or an ndarray of weights, then the weighted average of all output errors is returned.
54
  - numeric array-like of shape (`n_outputs,`): if multioutput is `raw_values`, then the score is returned for each output separately.
55
 
56
- Each MAE `float` value ranges from `0.0` to `1.0`, with the best value being 0.0.
57
 
58
  Output Example(s):
59
  ```python
 
53
  - `float`: if multioutput is `uniform_average` or an ndarray of weights, then the weighted average of all output errors is returned.
54
  - numeric array-like of shape (`n_outputs,`): if multioutput is `raw_values`, then the score is returned for each output separately.
55
 
56
+ Each MAE `float` value ranges from `0.0` to `+inf`, with the best value being 0.0.
57
 
58
  Output Example(s):
59
  ```python
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- git+https://github.com/huggingface/evaluate@dfd1cc0aea087e0876542ce8a88ab8cfa638a00c
2
  scikit-learn
 
1
+ git+https://github.com/huggingface/evaluate@d3f345bb20086c57feb68ecf53de6cb39cb51b6b
2
  scikit-learn