algorithms/ERM.py
1
E501:
line too long (89 > 79 characters)
19
return
self
.
loss
.
compute
(
results
[
'y_pred'
],
results
[
'y_true'
],
return_dict
=
False
)