Closed masonlr closed 2 years ago
I will update the evaluation script in place using the django backend:
That script has now been changed:
Previously when run (see the details here https://github.com/rangl-labs/netzerotc/pull/112#issuecomment-1010670094), I got the result:
{"Average Cost": -83324.07849884033}
With the updates in this pull request, the result is coming back (as expected) as:
{"Average Cost": 83324.07849884033}
Nice spot!
The pull request sets the average cost to the mean score. Previously it was the negative of the mean score.