5690d50430
samples: Add Prediction CPR Triton sample. ( #661 )
...
* samples: Add Prediction CPR Triton sample.
* chore: Refined wording and used notebook template for CPR Triton sample.
* samples: Fixed comments for CPR Triton samples.
* samples: Fixed wording.
Co-authored-by: Ivan Cheung <ivans.mailbox@gmail.com >
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2022-06-30 20:13:00 -07:00
Chun-Hsiang Wang and GitHub
10c33f934f
samples: Add Prediction CPR SDK sample. ( #660 )
...
* samples: Add Prediction CPR SDK sample.
* chore: Refined wording and used notebook template for CPR SDK sample.
* samples: Fixed comments for CPR SDK sample.
* samples: Fixed wording.
2022-06-30 20:07:29 -07:00
Andrew Ferlitsch and GitHub
0c43cbd563
update: remove install from git branch
2022-06-30 16:24:20 -07:00
Andrew Ferlitsch and GitHub
b640a8f545
update: new feature release ( #702 )
...
* update: refine experiment notebook
* update: refine experiment notebook
* update: new feature release
* update: new feature release
* update: new feature release
* update: new feature release
2022-06-30 11:57:50 -07:00
Ivan Cheung and GitHub
a575528b11
Tweaks to matching engine notebook ( #701 )
...
* Tweaks to notebook
* Ran linter
* More tweaks
2022-06-30 11:59:05 -04:00
Andrew Ferlitsch and GitHub
42a2c4d082
fix: doc link
2022-06-30 08:36:57 -07:00
Andrew Ferlitsch and GitHub
0bcf44e9fa
Update get_started_bqml_training.ipynb
2022-06-30 08:33:06 -07:00
Andrew Ferlitsch and GitHub
9ac2774ece
Update README.md
2022-06-29 21:25:19 -07:00
Andrew Ferlitsch and GitHub
975c9fe6bc
update: refine experiments notebook ( #699 )
...
* update: refine experiment notebook
* update: refine experiment notebook
2022-06-29 21:14:11 -07:00
Andrew Ferlitsch and GitHub
417410f382
Fix: remove hardwired project number ( #698 )
...
* fix: remove hardwired project number
* fix: remove hardwired project number
2022-06-29 14:42:51 -07:00
Andrew Ferlitsch and GitHub
8fdfbe4e31
fix: link
2022-06-29 14:20:04 -07:00
Andrew Ferlitsch and GitHub
80f977546c
fix: title
2022-06-29 09:54:29 -07:00
Ivan Nardini and GitHub
c5fe281e32
inardini - experiments cuj2 notebook release ( #637 )
...
* experiments cuj2 notebook release
* add andy reviews
* linter test passed
* align notebooks
* linter test passed
* minor changes
* karl bug review fix
* linter test passed
* add -q to install
* linter test passed
* debug
* linter test passed
* PR build fix
* linter test passed. delete debug notebook
* import import tempfile
* linter test passed
* remove pandas install
* linter test passed
* add sklearn
* linter test passed
* test pandas dep
* linter test passed
* minor changes
* linter test passed
* ivan fix
2022-06-29 12:38:16 -04:00
49a2ddaf08
fix: removing TODOs from TabNet notebook ( #652 )
...
* moving REGION up
* moving REGION up and csv file name
* fix: changed bucket URL to console
* removing TODOs from Tabnet notebook
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2022-06-28 07:26:01 -07:00
e9cba94bb4
inardini - experiments cuj3 notebook release ( #638 )
...
* experiments cuj3 notebook release
* add andy reviews
* linter test passed
* align notebooks
* linter test passed
* align notebooks
* linter test passed
* update CODEOWNERS
* sasha bug review fix
* linter test passed
* minor changes
* add -q to install
* linter test passed
* ivan dep fix
* linter test passed
Co-authored-by: Ivan Cheung <ivans.mailbox@gmail.com >
2022-06-27 19:15:13 -04:00
fc83cfcea5
samples: Add Prediction CPR PyTorch sample. ( #659 )
...
* samples: Add Prediction CPR PyTorch sample.
* chore: Refined wording and used notebook template for PyTorch sample.
* added missing bucket cleanup
Co-authored-by: Andrew Ferlitsch <aferlitsch@gmail.com >
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2022-06-27 12:23:31 -07:00
e3aa9e8f35
samples: Add Prediction CPR handler sample. ( #658 )
...
* samples: Add Prediction CPR handler sample.
* chore: Refined wording and used notebook template.
* added missing bucket cleanup sequence
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
Co-authored-by: Andrew Ferlitsch <aferlitsch@gmail.com >
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2022-06-27 12:09:20 -07:00
Ivan Cheung and GitHub
37c52abc11
Added a virtualenv to the notebook execution tests which should help with dependency issues ( #693 )
...
* Added a virtualenv
* Added a virtualenv for the single yaml
* Debug
* Fixed diff logic for all notebooks case
* Added missing -c
2022-06-26 13:31:52 -04:00
Ivan Cheung and GitHub
c8320c8764
Revert "Add notebook for co-hosting model ( #666 )" ( #692 )
...
This reverts commit aa5464151d .
2022-06-24 18:26:28 -04:00
b5d51e61b6
inardini - experiments cuj1 notebook release ( #636 )
...
* experiments cuj1 notebook release
* add andy reviews
* linter test passed
* align notebooks
* linter test passed
* minor changes
* linter test passed
* minor changes
* linter test passed
Co-authored-by: Ivan Cheung <ivans.mailbox@gmail.com >
2022-06-24 15:35:32 -04:00
Ziye Xing and GitHub
aa5464151d
Add notebook for co-hosting model ( #666 )
...
* Add notebook for co-hosting model
* Add co-hosting model notebook codeowner
2022-06-24 10:36:26 -07:00
Andrew Ferlitsch and GitHub
386cecf4c2
upgrade: current notebook standard ( #677 )
...
* upgrade: notebook standard
* upgrade: notebook standard
* Update custom_model_training_and_batch_prediction.ipynb
2022-06-24 09:59:49 -07:00
dffdb15c17
Add default kernel_name for notebook execution ( #497 )
...
Currently, there is no kernel_name. Hence, the execution test cannot run for notebooks that don't have kernels defined in their .ipynb file.
Side-note: We should use lint to remove the kernel_name from .ipynb as well, as it could include info specific to the author's environment.
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-06-23 19:18:49 -04:00
Andrew Ferlitsch and GitHub
2f3691eb71
fix: workbench link
2022-06-23 13:55:29 -07:00
Andrew Ferlitsch and GitHub
f456d86555
fix: open in workbench link
2022-06-23 13:52:39 -07:00
Andrew Ferlitsch and GitHub
f534b4e7a5
upgrade: fine tune notebook standard
2022-06-23 13:28:00 -07:00
Andrew Ferlitsch and GitHub
de247cd78b
upgrade: current notebook standards ( #681 )
...
* upgrade: notebook standard
* upgrade: notebook standard
* fix: formatting
2022-06-23 12:03:55 -07:00
Andrew Ferlitsch and GitHub
22ad74eb8d
Update README.md
2022-06-23 10:06:28 -07:00
Andrew Ferlitsch and GitHub
baf69999fc
update: fine-tuning notebook ( #689 )
...
* update: touchups
* update: touchups
2022-06-23 10:02:02 -07:00
Mohammad Al-Ansari and GitHub
d5057da9bb
Added new notebook that creates Vertex AI AutoML text entity extraction dataset from PDFs using Vision API ( #683 )
...
* Added new Stage 1 notebook to create unlabelled
Vertex AI AutoML text entity extraction dataset
from collection of PDF files on Google Cloud Storage
* Linted notebook
* Removed TODOs
* Updates per PR comments
* Revered to multiple imports per line
2022-06-23 08:38:14 -07:00
24904a5999
feat: adding code owners and updating graph_paysim ( #645 )
...
* adding code owners and updating graph_paysim
* formatted
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
Co-authored-by: Ivan Cheung <ivans.mailbox@gmail.com >
2022-06-22 21:31:55 -05:00
Ivan Cheung and GitHub
881a2b45c5
Improved git diff logic ( #687 )
2022-06-22 21:49:09 -04:00
Andrew Ferlitsch and GitHub
41fc83ad03
upgrade: current notebook standards ( #655 )
...
* update: current standards
* update: current standards
* Update sdk_custom_image_classification_batch_explain.ipynb
* fix: bucket nit
2022-06-22 16:59:39 -07:00
Andrew Ferlitsch and GitHub
9928276dc3
upgrade: current notebook standard ( #653 )
...
* upgrade: current notebook standard
* upgrade: current notebook standard
* Update sdk_automl_tabular_binary_classification_batch_explain.ipynb
* fix: bucket nit
2022-06-22 16:58:42 -07:00
Andrew Ferlitsch and GitHub
6607f93f5e
upgrade: updated curated notebook to current standards ( #648 )
...
* upgrade: current standards
* upgrade: current standards
* fix: missed nits
* fix: missed nits
* Update automl-text-classification.ipynb
* Update automl-text-classification.ipynb
* rm extra comma
2022-06-22 16:56:38 -07:00
Andrew Ferlitsch and GitHub
dcc0cfe06e
upgrade: current notebook standards ( #686 )
...
* upgrade: notebook standard
* upgrade: notebook standard
2022-06-22 16:50:13 -07:00
Andrew Ferlitsch and GitHub
00d5c5c4bf
Update README.md
2022-06-22 15:34:01 -07:00
Andrew Ferlitsch and GitHub
f8152dde19
Update README.md
2022-06-22 15:24:14 -07:00
Andrew Ferlitsch and GitHub
0586e04c21
upgrade: current notebook standards ( #656 )
...
* update: current standards
* update: current standards
* fix: bucket nit
2022-06-22 15:06:01 -07:00
Andrew Ferlitsch and GitHub
3de18a7fab
upgrade: current notebook standards ( #674 )
...
* upgrade: current notebook standard
* upgrade: current notebook standard
* fix: bucket
* fix: bucket
2022-06-22 15:03:54 -07:00
Andrew Ferlitsch and GitHub
dc0bf24cc5
Update README.md
2022-06-22 14:58:28 -07:00
Andrew Ferlitsch and GitHub
8ce4c3070c
Update README.md
2022-06-22 14:53:54 -07:00
Andrew Ferlitsch and GitHub
13c3acb976
Update README.md
2022-06-22 14:50:45 -07:00
Andrew Ferlitsch and GitHub
c1150ff584
Update README.md
2022-06-22 14:39:06 -07:00
Andrew Ferlitsch and GitHub
4f11d70f7e
Update README.md
2022-06-22 14:34:02 -07:00
Andrew Ferlitsch and GitHub
2bf9a2b317
Update README.md
2022-06-22 14:24:53 -07:00
Andrew Ferlitsch and GitHub
b1e0ad0c4f
Update README.md
2022-06-22 14:15:22 -07:00
Andrew Ferlitsch and GitHub
5624f92f02
Update README.md
2022-06-22 14:12:18 -07:00
Andrew Ferlitsch and GitHub
1335032954
Update README.md
2022-06-22 14:05:24 -07:00
Andrew Ferlitsch and GitHub
0b13c66e07
Update README.md
2022-06-22 14:01:55 -07:00