We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The StatsCalculator interface defined a divergence_matrix function. Add this back in and test.
divergence_matrix
It is possible to get all pairs easily enough using itertools.combinations(), but this seems like a useful thing to have.
itertools.combinations()