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

[ML] Introduce randomize_seed setting for regression and classification #49990

Commits on Dec 9, 2019

  1. [ML] Introduce randomize_seed setting for regression and classification

    This adds a new `randomize_seed` for regression and classification.
    When not explicitly set, the seed is randomly generated. One can
    reuse the seed in a similar job in order to ensure the same docs
    are picked for training.
    dimitris-athanasiou committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    cb520d9 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    dimitris-athanasiou committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    a349e73 View commit details
    Browse the repository at this point in the history