-
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
Add a sample notebook. #137
Conversation
"outputs": [], | ||
"source": [ | ||
"# test the function and make sure it works.\n", | ||
"path = 'gs://bradley-playground/pipeline-tfjob-k6s6z/train/'\n", |
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.
Can we templatize it and have a variable with the project name people can change?
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.
Done.
"compiler.Compiler().compile(my_taxi_cab_classification, 'my-tfx.tar.gz')\n", | ||
"\n", | ||
"run = client.run_pipeline(exp.id, 'my-tfx', 'my-tfx.tar.gz',\n", | ||
" params={'output': 'gs://bradley-playground',\n", |
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.
Same here, please use a variable with a project name.
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.
Done. Thanks for the feedback.
PTAL? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: paveldournov 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 |
/lgtm |
This is great that we have a notebook sample. |
…54f2551f9fd37696c74c53eb [Snyk] Security upgrade node from 14.18.2-alpine to 14.21.3-alpine
This change is