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

[SPARK-4894][mllib] Added Bernoulli option to NaiveBayes model in mllib #4087

Closed
wants to merge 31 commits into from

Commits on Jan 16, 2015

  1. added Bernoulli option to niave bayes model in mllib, added optional …

    …model type parameter for training. When Bernoulli is given the Bernoulli smoothing is used for fitting and for prediction http://nlp.stanford.edu/IR-book/html/htmledition/the-bernoulli-model-1.html
    leahmcguire committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    ce73c63 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2015

  1. Updated changes re-comments. Got rid of verbose populateMatrix method…

    …. Public api now has string instead of enumeration. Docs are updated."
    leahmcguire committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    4a3676d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0313c0c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2015

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

Commits on Feb 26, 2015

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

Commits on Feb 27, 2015

  1. Configuration menu
    Copy the full SHA
    3891bf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a4a534 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2015

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

Commits on Mar 3, 2015

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

Commits on Mar 5, 2015

  1. Merge pull request #1 from jkbradley/nb-model-type

    modified NB model type to be more Java-friendly
    leahmcguire committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    b93aaf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7622b0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc65374 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85f298f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e016569 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea09b28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    900b586 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b85b0c9 View commit details
    Browse the repository at this point in the history
  9. fixed scala style errors

    leahmcguire committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    c298e78 View commit details
    Browse the repository at this point in the history
  10. fixed typo in NaiveBayes

    leahmcguire committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    2d0c1ba View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2015

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

Commits on Mar 9, 2015

  1. removed typo

    leahmcguire committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    fb0a5c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

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

Commits on Mar 12, 2015

  1. Configuration menu
    Copy the full SHA
    bea62af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18f3219 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. changed NaiveBayesModel modelType parameter back to NaiveBayes.ModelT…

    …ype, made NaiveBayes.ModelType serializable, fixed getter method in NavieBayes
    leahmcguire committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    a22d670 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2015

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

Commits on Mar 22, 2015

  1. Added new model save/load format 2.0 for NaiveBayesModel after modelT…

    …ype parameter was added. Updated tests. Also updated ModelType enum-like type.
    jkbradley committed Mar 22, 2015
    Configuration menu
    Copy the full SHA
    6a8f383 View commit details
    Browse the repository at this point in the history
  2. removed old code

    jkbradley committed Mar 22, 2015
    Configuration menu
    Copy the full SHA
    9ad89ca View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2015

  1. Merge pull request #2 from jkbradley/leahmcguire-master

    Added model save/load version to support NaiveBayes ModelType
    leahmcguire committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    2224b15 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2015

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

Commits on Mar 31, 2015

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