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

Add random_state to HyperparameterOptimization class - Fixes for #125 #131

Merged
merged 14 commits into from
Jan 31, 2024

Commits on Jan 20, 2023

  1. set seed for numpy

    papaemman committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    3b238c7 View commit details
    Browse the repository at this point in the history
  2. Revert "set seed for numpy"

    This reverts commit 3b238c7.
    papaemman committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    81483f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. add a random_state argument

    to hyperparameter optimization module
    papaemman committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    8dbc83f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from papaemman/add_random_state

    add a random_state argument to hyperparameter optimization module
    papaemman authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    7c57c38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    365f8bd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from papaemman/add_random_state

    add random state for hyperopt fmin function
    papaemman authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    4a7e6e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a567dd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from papaemman/add_random_state

    add rstate for hyperparameter optimization and add a test for it
    papaemman authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3063b57 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. fixed MR comments

    sayanchk committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    75af498 View commit details
    Browse the repository at this point in the history
  2. fix attempt for ci cd

    sayanchk committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7fd2720 View commit details
    Browse the repository at this point in the history
  3. fix attempt 2 for ci cd

    sayanchk committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b6bcd1c View commit details
    Browse the repository at this point in the history
  4. fix attempt 3 for ci cd

    sayanchk committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9972515 View commit details
    Browse the repository at this point in the history
  5. fix attempt 4 for ci cd

    sayanchk committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d831b49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab804a3 View commit details
    Browse the repository at this point in the history