-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Components - Added AutoML Tables components and tests #2174
Components - Added AutoML Tables components and tests #2174
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.
Seems like this is specific to gcp - best to put it in that folder?
components/automl/split_dataset_table_column_names/component.py
Outdated
Show resolved
Hide resolved
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.
/lgtm
This reverts commit 65ed0a7. (part of it) Here, `pip` is not the name of executable. It's the module name which is just `pip`, not `pip3`.
So my previous comment didn't get answered - is this specific to GCP? If yes, should it go in that folder? @Ark-kun @SinaChavoshi |
Yes.
It's there. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
/lgtml
/lgtm |
Could we move this to the contrib, especially when there is no tests covering this sample? @Ark-kun |
* Add aix-explainer deploy command Signed-off-by: Cheng8994 <nick20000904@gmail.com> * Add aix-explainer deploy command Signed-off-by: Cheng8994 <nick20000904@gmail.com>
The sample runs for an hour and half, so it's not usable as sample test. Unfortunately it's impossible to reduce the AutoML model training time.
This change is