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-5956][MLLIB] Pipeline components should be copyable. #5820

Closed
wants to merge 19 commits into from

Commits on Apr 30, 2015

  1. Configuration menu
    Copy the full SHA
    f082a31 View commit details
    Browse the repository at this point in the history
  2. test compile

    mengxr committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    d882afc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ee004e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53e0973 View commit details
    Browse the repository at this point in the history
  5. copyValues to trained models

    mengxr committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    9286a22 View commit details
    Browse the repository at this point in the history
  6. fix some tests

    mengxr committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    0f4fd64 View commit details
    Browse the repository at this point in the history
  7. fix all unit tests

    mengxr committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    c76b4d1 View commit details
    Browse the repository at this point in the history
  8. examples compile

    mengxr committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    5a67779 View commit details
    Browse the repository at this point in the history
  9. example code runs

    mengxr committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    b642872 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2015

  1. merge master

    mengxr committed May 1, 2015
    Configuration menu
    Copy the full SHA
    819dd2d View commit details
    Browse the repository at this point in the history
  2. fix test

    mengxr committed May 1, 2015
    Configuration menu
    Copy the full SHA
    282a1a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    465dd12 View commit details
    Browse the repository at this point in the history
  4. update Binarizer

    mengxr committed May 1, 2015
    Configuration menu
    Copy the full SHA
    2b954c3 View commit details
    Browse the repository at this point in the history
  5. merge master

    mengxr committed May 1, 2015
    Configuration menu
    Copy the full SHA
    463ecae View commit details
    Browse the repository at this point in the history
  6. add tests for hasParam & copy

    mengxr committed May 1, 2015
    Configuration menu
    Copy the full SHA
    93e7924 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2015

  1. Configuration menu
    Copy the full SHA
    f14456b View commit details
    Browse the repository at this point in the history
  2. organize imports

    mengxr committed May 2, 2015
    Configuration menu
    Copy the full SHA
    b2927b1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2015

  1. assert -> assertEquals

    mengxr committed May 3, 2015
    Configuration menu
    Copy the full SHA
    05229c3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2015

  1. address comments

    mengxr committed May 4, 2015
    Configuration menu
    Copy the full SHA
    7bef88d View commit details
    Browse the repository at this point in the history