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

[ENH] Bayes optimization for hyperparameters #260

Merged
merged 32 commits into from
Apr 29, 2024
Merged

Commits on Apr 24, 2024

  1. WIP: add bayesian search CV

    fraimondo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7093199 View commit details
    Browse the repository at this point in the history
  2. Add dependency

    fraimondo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    30ce9d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21a92e5 View commit details
    Browse the repository at this point in the history
  4. Fix linting

    fraimondo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9878405 View commit details
    Browse the repository at this point in the history
  5. codespell

    fraimondo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5e0554a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    644468c View commit details
    Browse the repository at this point in the history
  7. Update docs

    fraimondo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3fa0f5b View commit details
    Browse the repository at this point in the history
  8. Update docs

    fraimondo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c94d1cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01d8bee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    468addc View commit details
    Browse the repository at this point in the history
  11. Fix tests

    fraimondo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7719120 View commit details
    Browse the repository at this point in the history
  12. Fix tests

    fraimondo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c187b80 View commit details
    Browse the repository at this point in the history
  13. Add more tests

    fraimondo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4e2b62a View commit details
    Browse the repository at this point in the history
  14. Linter

    fraimondo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f34a344 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    74a57d5 View commit details
    Browse the repository at this point in the history
  2. Linter

    fraimondo committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6c897e6 View commit details
    Browse the repository at this point in the history
  3. add scikit-optimize to tox

    fraimondo committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e8c8104 View commit details
    Browse the repository at this point in the history
  4. fix deps for docs

    fraimondo committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    74feaf7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    dc435dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5780549 View commit details
    Browse the repository at this point in the history
  3. Linting

    fraimondo committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2df64db View commit details
    Browse the repository at this point in the history
  4. Codespell

    fraimondo committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4e49169 View commit details
    Browse the repository at this point in the history
  5. Skip tests requiring skopt

    fraimondo committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9fcabc6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86ac9ed View commit details
    Browse the repository at this point in the history
  7. Order imports

    fraimondo committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9dfb454 View commit details
    Browse the repository at this point in the history
  8. Fix docs

    fraimondo committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    206134e View commit details
    Browse the repository at this point in the history
  9. Address comments

    fraimondo committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e5171f8 View commit details
    Browse the repository at this point in the history
  10. Lint

    fraimondo committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    57b4d1e View commit details
    Browse the repository at this point in the history
  11. Fix docstring

    fraimondo committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2a6cb43 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    91c0562 View commit details
    Browse the repository at this point in the history
  13. Lint

    fraimondo committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    43bb8a5 View commit details
    Browse the repository at this point in the history
  14. Fix linter

    fraimondo committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6302b4c View commit details
    Browse the repository at this point in the history