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

[MLLib]SPARK-6348:Enable useFeatureScaling in SVMWithSGD #5055

Closed
wants to merge 7 commits into from

Commits on Mar 17, 2015

  1. Update SVM.scala

    tanyinyan committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    158a766 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2015

  1. Update SVM.scala

    tanyinyan committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    249d36a View commit details
    Browse the repository at this point in the history
  2. Update SVM.scala

    provide a interface in object SVMWithSGD,to set useFeatureScaling
    tanyinyan committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    ef437cb View commit details
    Browse the repository at this point in the history
  3. Update SVM.scala

    tanyinyan committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    26558da View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

  1. Update SVM.scala

    tanyinyan committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    3c622f8 View commit details
    Browse the repository at this point in the history
  2. Update GeneralizedLinearAlgorithm.scala

    make setFeatureScaling public
    tanyinyan committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    2dc9cb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2015

  1. Update SVM.scala

    Document the params of SVMWithSGD constructor and mark it as ::Experimental::
    tanyinyan committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    32c8507 View commit details
    Browse the repository at this point in the history