-
Notifications
You must be signed in to change notification settings - Fork 339
Added integration test for AutoML #477
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty great. Just a couple of suggestions.
@@ -34,6 +35,11 @@ | |||
except ImportError: | |||
_TF_ENABLED = False | |||
|
|||
try: | |||
from google.cloud import automl_v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once this is merged to master, let's also update the .github/workflows/release.yml
to install this package, and add the Auto ML resource to the project Kobayashi Maru.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. LGTM 👍
Added conditional integration test for AutoML.