amzn / amazon-ray

Staging area for ongoing enhancements to Ray focused on improving integration with AWS and other Amazon technologies.
Apache License 2.0
66 stars 28 forks source link

[tune](deps): Bump ax-platform from 0.1.20 to 0.2.1 in /python/requirements/tune #69

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ax-platform from 0.1.20 to 0.2.1.

Release notes

Sourced from ax-platform's releases.

v0.2.1: Release

What’s new?

  1. Support Multi-Objective Optimizations for the Service API.
  2. Deprecation of SimpleExperiment
  3. Several minor tutorial and documentation corrections.
  4. Documentation is no longer released with errors in tutorials.

Bugfixes

  • IndexError when only using a subset of fields in raw data (facebook/Ax#652)

v0.2.0 Release

What’s new?

  1. Modular BotAx + tutorial: new flexible setup for combining BoTorch subcomponents into a Model in Ax,
  2. Scheduler + tutorial: new standalone configurable manager abstraction to run asynchronous closed-loop experiments with Ax (with or without human-in-the-loop),
  3. GenerationStrategy tutorial: walkthrough for optimization algorithms specification in in Ax,
  4. Bayesian optimization with categorical kernels exposed in Ax and auto-selected in Service and Loop APIs (via choose_generation_strategy). This eliminates the need to opt for Sobol quasi-random search when a given search space contains predominantly choice (a.k.a. categorical or discrete) parameters,
  5. Scalarized outcome constraint support (feature request: facebook/Ax#472),
  6. Extended exp_to_df utility to conveniently display an Ax Experiment as a dataframe of trials and arms.

Bugfixes

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Looks like ax-platform is no longer a dependency, so this is no longer needed.