Spaces:
Running
Running
Update Space (evaluate main: d3f345bb)
Browse files- README.md +1 -1
- 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
|
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@
|
2 |
scikit-learn
|
|
|
1 |
+
git+https://github.com/huggingface/evaluate@d3f345bb20086c57feb68ecf53de6cb39cb51b6b
|
2 |
scikit-learn
|