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

Mldb 1209 statstable fncts noise injection #884

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Jul 3, 2016

  1. [MLDB-1209] Added injectNoise option to stats table functions to ad…

    …d laplacian noise to the counts to allow the usage of stats tables training examples to train a classifier
    Francois Maillet committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    01f527f View commit details
    Browse the repository at this point in the history
  2. [MLDB-1209] Cleanups

    Francois Maillet committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    4d5afe7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. [MLDB-1209] Added failing test case

    Francois Maillet committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    5ff8923 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into MLDB-1209_statstable_fncts_noise_injection

    Conflicts:
    	plugins/stats_table_procedure.cc
    	testing/testing.mk
    Francois Maillet committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    05a386c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. [MLDB-1209] Working on test

    Francois Maillet committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    6313da2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Merge branch 'master' into MLDB-1209_statstable_fncts_noise_injection

    Conflicts:
    	jml/math/xdiv.h
    	plugins/stats_table_procedure.cc
    	testing/MLDB-873_stats_table_test.py
    	testing/testing.mk
    Francois Maillet committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    e083df8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Configuration menu
    Copy the full SHA
    aa69c0e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Use int64 in StatTable object for compatibilty

    Vincent Bisserie committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    dffa8a3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. Merge branch 'master' of https://github.com/mldbai/mldb into MLDB-120…

    …9_statstable_fncts_noise_injection
    guyd committed May 3, 2017
    Configuration menu
    Copy the full SHA
    3e0aa05 View commit details
    Browse the repository at this point in the history
  2. Added test for noise injector, move to a separate file and fix a smal…

    …l issue where the rounding was always done to the lower value
    guyd committed May 3, 2017
    Configuration menu
    Copy the full SHA
    ef5448a View commit details
    Browse the repository at this point in the history
  3. Added test for noise injector, move to a separate file and fix a smal…

    …l issue where the rounding was always done to the lower value
    guyd committed May 3, 2017
    Configuration menu
    Copy the full SHA
    841d97a View commit details
    Browse the repository at this point in the history
  4. Added test for noise injector, move to a separate file and fix a smal…

    …l issue where the rounding was always done to the lower value
    guyd committed May 3, 2017
    Configuration menu
    Copy the full SHA
    c850540 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b68a31b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. [MLDB-1209] updated the tests covering the stats tables with noise + …

    …some minor doc update
    guyd committed May 4, 2017
    Configuration menu
    Copy the full SHA
    981e548 View commit details
    Browse the repository at this point in the history