Skip to content

Introduce Weighted MinHash and interface change

Pre-release
Pre-release
Compare
Choose a tag to compare
@ekzhu ekzhu released this 12 Apr 17:14
· 154 commits to master since this release
  • Add Weighted MinHash data sketch
  • Add Weighted MinHash LSH index
  • Performance and accuracy benchmark for Weighted MinHash
  • Rename digest to update for MinHash and HyperLogLog, and use bytes as input argument.
  • Make hashobj customizable through data sketch constructors
  • Add new methods for data sketches
  • Bug fixes