[unit test] Adding unit test for metrics.get_accuracy (#224)
Adding a unit test to get the ball rolling, starting with metrics since
they are fundamental to evaluating performance. :) It would be great to
add some more tests when building out more, and also enable CI (e.g.,
via GitHub actions).
This also fixes an unused param to `get_bootstrap_accuracy_std`.
2 years ago