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

feat: Vertex Vizier support in SDK. #1434

Merged
merged 66 commits into from
Jul 28, 2022
Merged

feat: Vertex Vizier support in SDK. #1434

merged 66 commits into from
Jul 28, 2022

Conversation

halio-g
Copy link
Contributor

@halio-g halio-g commented Jun 14, 2022

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a [bug/issue] b/230767019
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes # b/230767019 🦕

@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. api: vertex-ai Issues related to the googleapis/python-aiplatform API. labels Jun 14, 2022
@halio-g halio-g changed the title Implementing the first version Vertex Vizier SDK. Implementing the first version Vertex Vizier SDK. Jun 14, 2022
@halio-g halio-g requested a review from a team as a code owner June 17, 2022 23:18
@halio-g halio-g requested a review from sasha-gitg June 17, 2022 23:26
@halio-g halio-g requested a review from a team as a code owner July 21, 2022 23:57
@rosiezou rosiezou assigned rosiezou and unassigned sasha-gitg and halio-g Jul 22, 2022
rosiezou
rosiezou previously approved these changes Jul 26, 2022
@halio-g halio-g requested a review from sasha-gitg July 26, 2022 23:11
@nayaknishant nayaknishant added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jul 27, 2022
@rosiezou rosiezou dismissed stale reviews from sasha-gitg and themself July 27, 2022 06:42

dismissing this review because all copy-pasted pyvizier code has been removed; additionally, all open comments have been addressed

@jaycee-li jaycee-li removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jul 27, 2022
@rosiezou rosiezou merged commit b63b3ba into googleapis:main Jul 28, 2022
"absl-py>=0.7",
"numpy>=1.19.0",
"protobuf>=3.6,<4.0",
"keras-tuner>=1.0,<2.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is keras-tuner used?

"protobuf>=3.6,<4.0",
"keras-tuner>=1.0,<2.0",
"portpicker==1.3.1",
"googleapis-common-protos==1.56.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these versions be so strict?

"portpicker==1.3.1",
"googleapis-common-protos==1.56.0",
"google-api-python-client==1.12.8",
"google-vizier==0.0.3a",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any issues with supporting higher versions of vizier? 0.0.3a seems to be quite behind 0.0.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: vertex-ai Issues related to the googleapis/python-aiplatform API. size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet