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-5596] [mllib] ML model import/export for GLMs, NaiveBayes #4233

Closed
wants to merge 15 commits into from

Commits on Feb 3, 2015

  1. Configuration menu
    Copy the full SHA
    418ba1b View commit details
    Browse the repository at this point in the history
  2. small cleanups

    jkbradley committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    b1fc5ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64914a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1577d70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d46386 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1496852 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c495dba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2935963 View commit details
    Browse the repository at this point in the history
  9. organized imports

    jkbradley committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    d1e5882 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    79675d5 View commit details
    Browse the repository at this point in the history
  11. scala style fix

    jkbradley committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    ee99228 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a34aef5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2015

  1. Reorganized save/load for regression and classification. Renamed conc…

    …epts to Saveable, Loader
    jkbradley committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    b4ee064 View commit details
    Browse the repository at this point in the history
  2. Many cleanups after code review. Major changes: Storing numFeatures, …

    …numClasses in model metadata. Improvements to unit tests
    jkbradley committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    12d9059 View commit details
    Browse the repository at this point in the history
  3. small cleanups

    jkbradley committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    87c4eb8 View commit details
    Browse the repository at this point in the history