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: add custom and hp tuning #388

Merged
merged 32 commits into from May 18, 2021

Conversation

sasha-gitg
Copy link
Member

@sasha-gitg sasha-gitg commented May 14, 2021

No description provided.

@sasha-gitg sasha-gitg added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label May 14, 2021
@sasha-gitg sasha-gitg requested review from a team as code owners May 14, 2021 15:55
@product-auto-label product-auto-label bot added the api: aiplatform Issues related to the AI Platform API. label May 14, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label May 14, 2021
@sasha-gitg sasha-gitg removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label May 17, 2021
Copy link
Contributor

@vinnysenthil vinnysenthil left a comment

Choose a reason for hiding this comment

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

Looks great, thanks for getting this in time for the release 👏🏽
Just a few nits and a requested change around search_algorithms.

  • Code review
  • Successful manual test of HPT
  • Successful manual test of CustomJob

Comment on lines +569 to +572
@property
def gca_resource(self) -> proto.Message:
"""The underlying resource proto represenation."""
return self._gca_resource
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are we exposing this?

Copy link
Member Author

Choose a reason for hiding this comment

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

Customers may need a field we haven't exposed. This allows us to provide code that doesn't require referencing a private attribute.

google/cloud/aiplatform/hyperparameter_tuning.py Outdated Show resolved Hide resolved
google/cloud/aiplatform/jobs.py Outdated Show resolved Hide resolved
google/cloud/aiplatform/jobs.py Outdated Show resolved Hide resolved
google/cloud/aiplatform/jobs.py Outdated Show resolved Hide resolved
google/cloud/aiplatform/jobs.py Outdated Show resolved Hide resolved
google/cloud/aiplatform/jobs.py Show resolved Hide resolved
google/cloud/aiplatform/jobs.py Outdated Show resolved Hide resolved
google/cloud/aiplatform/jobs.py Outdated Show resolved Hide resolved
google/cloud/aiplatform/jobs.py Outdated Show resolved Hide resolved
sasha-gitg and others added 9 commits May 18, 2021 09:12
Co-authored-by: Vinny Senthil <vinnysenthil@gmail.com>
Co-authored-by: Vinny Senthil <vinnysenthil@gmail.com>
Co-authored-by: Vinny Senthil <vinnysenthil@gmail.com>
Co-authored-by: Vinny Senthil <vinnysenthil@gmail.com>
Co-authored-by: Vinny Senthil <vinnysenthil@gmail.com>
Co-authored-by: Vinny Senthil <vinnysenthil@gmail.com>
Co-authored-by: Vinny Senthil <vinnysenthil@gmail.com>
Co-authored-by: Vinny Senthil <vinnysenthil@gmail.com>
Co-authored-by: Vinny Senthil <vinnysenthil@gmail.com>
@sasha-gitg
Copy link
Member Author

Thanks for the awesome review Vinny!

@sasha-gitg sasha-gitg merged commit aab9e58 into googleapis:master May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: aiplatform Issues related to the AI Platform API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants