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-12811] [ML] Estimator for Generalized Linear Models(GLMs) #11136

Closed
wants to merge 17 commits into from

Commits on Feb 9, 2016

  1. Copy the full SHA
    a37e285 View commit details
    Browse the repository at this point in the history
  2. fix setParent

    yanboliang committed Feb 9, 2016
    Copy the full SHA
    3082686 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Copy the full SHA
    378ad6c View commit details
    Browse the repository at this point in the history
  2. fix validateParams

    yanboliang committed Feb 11, 2016
    Copy the full SHA
    97c3f6a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2016

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

Commits on Feb 15, 2016

  1. Copy the full SHA
    4a27970 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Do some refactor of GLM

    yanboliang committed Feb 23, 2016
    Copy the full SHA
    cc90cb7 View commit details
    Browse the repository at this point in the history
  2. Better documents

    yanboliang committed Feb 23, 2016
    Copy the full SHA
    40bfd09 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Copy the full SHA
    10bef71 View commit details
    Browse the repository at this point in the history
  2. update doc

    yanboliang committed Feb 24, 2016
    Copy the full SHA
    71e12f1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8c84052 View commit details
    Browse the repository at this point in the history
  4. Fix typos

    yanboliang committed Feb 24, 2016
    Copy the full SHA
    aa89fdc View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Address comments

    yanboliang committed Feb 25, 2016
    Copy the full SHA
    2ebcef7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

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

Commits on Mar 1, 2016

  1. Fix test issues

    yanboliang committed Mar 1, 2016
    Copy the full SHA
    314b562 View commit details
    Browse the repository at this point in the history
  2. Better error message

    yanboliang committed Mar 1, 2016
    Copy the full SHA
    31a912c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    007a4ec View commit details
    Browse the repository at this point in the history