Skip to content

More sensible defaults

Latest
Compare
Choose a tag to compare
@desh2608 desh2608 released this 16 Apr 15:51
· 9 commits to master since this release
00c77b7

What's Changed

  • Fix input DER bug in hungarian.py by @damian-romero in #11
  • remove spy-der strict version by @DTDwind in #13
  • Changes for version 1.2 by @desh2608 in #14
    • Remove --tie-breaking CLI option. For tie-breaking, use the all method by default. It makes more sense and has shown better performance.
    • Use spyder for label mapping instead of scipy.
    • Remove unused imports.
    • Vectorize implementation of average voting --> should make it a little faster.
  • More changes for v1.2 by @desh2608 in #15
    • Remove --sort-first CLI option. Use it as default if --label-mapping hungarian is used. See PR for DER improvements.

Voting methods

We have restructured the code so that it should be easier to add more voting methods in future (similar to how we have several mapping methods). One motivation for this is the unresolved issue here: #2.

New Contributors

Full Changelog: v1.0.0...v1.2.0