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-8484] [ML]. Added TrainValidationSplit for hyper-parameter tuning. #7337

Commits on Jul 9, 2015

  1. SPARK-8484. Added TrainValidationSplit for hyper-parameter tuning. It…

    … randomly splits the input dataset into train and validation and use evaluation metric on the validation set to select the best model.
    zapletal-martin committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    21662eb View commit details
    Browse the repository at this point in the history
  2. SPARK-8484. Added TrainValidationSplit for hyper-parameter tuning. It…

    … randomly splits the input dataset into train and validation and use evaluation metric on the validation set to select the best model.
    zapletal-martin committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    2aa6f43 View commit details
    Browse the repository at this point in the history
  3. SPARK-8484. Styling.

    zapletal-martin committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    3bc1853 View commit details
    Browse the repository at this point in the history
  4. Styling.

    zapletal-martin committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    93ed2ee View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2015

  1. SPARK-8484. Styling.

    zapletal-martin committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    d699506 View commit details
    Browse the repository at this point in the history
  2. SPARK-8484. Styling.

    zapletal-martin committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    00c4f5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4fc9c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

  1. Configuration menu
    Copy the full SHA
    511b398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cafc949 View commit details
    Browse the repository at this point in the history