Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Replace frequency counting using dict by a combination of hyperloglog and CountMinSketch #508

Closed
wants to merge 6 commits into from

Commits on Nov 3, 2015

  1. Add CountMinSketch alg. and hyperloglog alg.

    Jan Rygl authored and Jan Rygl committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    2f11810 View commit details
    Browse the repository at this point in the history
  2. add tests and switch to non conservative freq prediction

    Jan Rygl authored and Jan Rygl committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    06fe336 View commit details
    Browse the repository at this point in the history
  3. remove min_count in phrases

    Jan Rygl committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    5d9605b View commit details
    Browse the repository at this point in the history
  4. replace izip by six support python2/3

    Jan Rygl committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    c002e7c View commit details
    Browse the repository at this point in the history
  5. code cleaning

    Jan Rygl committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    f0435b9 View commit details
    Browse the repository at this point in the history
  6. python2.6 and 3.* compatibility

    Jan Rygl committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    a21e3b5 View commit details
    Browse the repository at this point in the history