Commit Graph
276 Commits
Author SHA1 Message Date
cfa73ed53b chore(deps): update dependency black to v22 (#254)
Co-authored-by: Ivan Cheung <ivans.mailbox@gmail.com>
2022-01-31 13:50:57 -06:00
Andrew FerlitschandGitHub 67370bb1c7 Update README.md 2022-01-31 10:39:28 -08:00
Andrew FerlitschandGitHub f60593255a feat: add Pytorch notebook (#256)
* feat: friday update

* feat: friday update

* feat: hpt notebook

* feat: hpt notebook

* feat: sklearn

* feat: sklearn

* feat: xgb training

* feat: xgb training

* fix: predict on exported BQML

* fix: predict on exported BQML

* feat: add Pytorch notebook

* feat: add Pytorch notebook
2022-01-31 10:38:28 -08:00
Andrew FerlitschandGitHub c6f9b97615 test: rm caching of components (#247)
* fix: testing

* fix: testing

* fix: not installing pandas
2022-01-31 13:33:18 -05:00
Andrew FerlitschandGitHub 6161a394c2 fix: predict on exported BQML model (#250)
* feat: friday update

* feat: friday update

* feat: hpt notebook

* feat: hpt notebook

* feat: sklearn

* feat: sklearn

* feat: xgb training

* feat: xgb training

* fix: predict on exported BQML

* fix: predict on exported BQML
2022-01-27 10:35:20 -08:00
ivanmkc b35cd42015 Added exception check for deletion method 2022-01-27 11:54:29 -05:00
Ivan CheungandGitHub 5e323993db [WIP] Relax requirements for DLVM's (#238)
* Update requirements.txt

* Relax all CI requirements
2022-01-26 16:47:09 -05:00
Andrew FerlitschandGitHub f1623e419e Update README.md 2022-01-26 12:10:16 -08:00
Andrew FerlitschandGitHub a3047fb1bb feat: xgboost notebook (#246)
* feat: friday update

* feat: friday update

* feat: hpt notebook

* feat: hpt notebook

* feat: sklearn

* feat: sklearn

* feat: xgb training

* feat: xgb training
2022-01-26 12:09:07 -08:00
Karl WeinmeisterandGitHub b4d02f486e Update CODEOWNERS with new community blog post (#244) 2022-01-26 09:16:48 -08:00
9e24893b9b feat: Add sentiment analysis notebook (#195)
* added notebook

* ran lint

* resolved comments

* ran lint

* resolved comments

* ran lint

Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
Co-authored-by: Ivan Cheung <ivans.mailbox@gmail.com>
2022-01-26 08:56:40 -06:00
47dec6ecef chore(deps): update dependency pyupgrade to v2.31.0 (#241)
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
2022-01-26 08:53:32 -06:00
059fea672c chore(deps): update dependency nbqa to v1.2.3 (#240)
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
2022-01-26 08:49:47 -06:00
389e804426 [community-content] PyTorch on Google Cloud Vertex AI - Blog related notebook and scripts (#236)
* PyTorch on Vertex - Updated to match GCPC v0.2.2 API

* PyTorch on Vertex - Fixes based on review comments

Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
2022-01-26 08:46:09 -06:00
Andrew FerlitschandGitHub 087a638c18 Update README.md 2022-01-25 22:16:55 -08:00
Andrew FerlitschandGitHub 97757c74ca feat: sklearn training (#243)
* feat: friday update

* feat: friday update

* feat: hpt notebook

* feat: hpt notebook

* feat: sklearn

* feat: sklearn
2022-01-25 22:15:51 -08:00
Andrew FerlitschandGitHub 08f3ad583b feat: finish hpt components notebook (#239)
* feat: friday update

* feat: friday update

* feat: hpt notebook

* feat: hpt notebook
2022-01-25 10:02:28 -08:00
Karl WeinmeisterandGitHub 16f01d31d3 chore: Update notebook template license date to 2022 (#237)
* chore: Update notebook template license date to 2022

* chore: Add extra space to address lint error
2022-01-25 11:20:00 -06:00
e0f6c66351 chore(deps): update dependency pandas to v1.4.0 (#233)
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
2022-01-24 13:58:50 -06:00
Ivan CheungandGitHub 3733b28772 Updated requirements (#235) 2022-01-24 14:54:31 -05:00
24f8912134 feat: Add inventory prediction notebook (#216)
* made changes

* made changes

* ran lint

Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
Co-authored-by: Ivan Cheung <ivans.mailbox@gmail.com>
2022-01-24 14:07:42 -05:00
WhiteSource RenovateandGitHub cdc8847f9b chore(deps): update dependency papermill to v2.3.4 (#234) 2022-01-24 10:46:31 -06:00
Andrew FerlitschandGitHub 25bd4b9eb5 Update README.md 2022-01-21 19:05:35 -08:00
Andrew FerlitschandGitHub d476191252 feat: add notebooks (#232)
* feat: friday update

* feat: friday update
2022-01-21 17:14:31 -08:00
nicainandGitHub bf35d6a07c Add metadata to hide cells (#226) 2022-01-21 14:57:24 -08:00
5378d38a05 chore(deps): update dependency ipython to v8.0.1 (#222)
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
2022-01-21 11:15:14 -06:00
Ivan CheungandGitHub 85984f1173 Fixed broken Colab link 2022-01-20 17:52:56 -05:00
Ivan CheungandGitHub 92bb40349f Cleaned up cloud build by renaming files and moving methods around (#219)
* Cleaned up cloud build

* Fixed bug

* More renaming and comment cleanup

* Added helper file

* Fixed missing return
2022-01-20 15:55:38 -05:00
Rajesh ThallamandGitHub fcee9bf738 [community-content] PyTorch on Google Cloud Vertex AI - Blog related notebook and scripts (#227)
* PyTorch on Vertex - Adding pipelines notebook

* PyTorch on Vertex - Updating pipelines notebook

* PyTorch on Vertex - Updating pipelines notebook, clearing outputs

* PyTorch on Vertex - Updating pipelines notebook

* PyTorch on Vertex - reverting serving Dockerfile changes

* PyTorch on Vertex - linting fixes

* PyTorch on Vertex - updates to README

* PyTorch on Vertex - linter related fixes
2022-01-20 13:20:00 -06:00
nicainandGitHub cc2f3408ad Update Run After --> Run Selected Cell and All Below (#228) 2022-01-20 08:07:31 -06:00
nicainandGitHub 89fb218041 Alphafold on gcp tutorial (#221)
* Original alphafold Dockerfile and notebook as a starting point

* Migrate dependencies from notebook into Dockerfile

* adding build_docker.sh script for building docker image

* remove cell, and replace with accelerator configuration cell. Also remove dependency on google.colab

* dockerfile remove redundant

* Changing text in launch button

* add vertexai.png

* update notebook, including permalink to vertexai.png

* updating notebook markdown and correcting the vertexai.png image display

* add div brackets and fix broken launch link

* table instead of div

* width=40

* resizing vertexai image

* updated FAQ

* updated Licence

* add back in the output_file zip

* launch button at top of notebook

* default workdir aligned with JuptyerLab home directory

* intro paragraph

* update CPU instructions

* exchange notebook title and launch header

* Dockerfile license

* collapsing cells

* splitting out sequences into un-collapsed cell

* Update licence

* update download instructions text

* Remove "double-click" text

* hide cells

* Increasing indent to pass linting for alphafold_on_gcp (#224)

* increasing indent to pass linting

* more linting

* wild

* AMBER relaxation f-string

* hidden cells

* wild commit

* move links to main
2022-01-19 18:47:21 -08:00
Andrew FerlitschandGitHub 4d0c3781e5 Update README.md 2022-01-19 12:30:01 -08:00
Andrew FerlitschandGitHub e2e319ac7f Update README.md 2022-01-19 11:08:55 -08:00
Andrew FerlitschandGitHub 63508cad3f feat: add ml metadata notebook (#223)
* weekly updates

* weekly updates

* feat: add metadata notebook

* feat: add metadata notebook
2022-01-19 10:58:03 -08:00
0b6eb6eed1 Updates to automl tabular beans pipeline (#220)
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
2022-01-18 15:34:57 -06:00
Polong LinandGitHub a41cfdeba5 Fix typo: Wikepedia --> Wikipedia (#217) 2022-01-18 08:28:04 -06:00
7a6763ca33 chore(deps): update dependency numpy to v1.22.1 (#214)
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
2022-01-14 17:10:52 -06:00
Sara RobinsonandGitHub 2a6e19e4f9 Update MLMD notebook to use pipeline submit() method (#215) 2022-01-14 17:09:45 -06:00
9f9526b722 Delete Dockerfile (#198)
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com>
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
2022-01-14 14:28:30 -05:00
Ivan CheungandGitHub 267684b7c3 Added private pool to cloud build config (#211) 2022-01-14 14:27:34 -05:00
Andrew FerlitschandGitHub b74dd3d576 Update README.md 2022-01-13 16:22:14 -08:00
Andrew FerlitschandGitHub 278ae48842 Update README.md 2022-01-13 16:21:28 -08:00
Andrew FerlitschandGitHub 189ca12627 Update README.md 2022-01-13 16:20:39 -08:00
Andrew FerlitschandGitHub 5108f57ba8 feat: weekly updates (#212)
* weekly updates

* weekly updates
2022-01-13 16:19:21 -08:00
6bace666e4 chore(deps): update dependency ipython to v8 (#209)
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
2022-01-13 15:24:51 -06:00
4c35616d30 fix: Increase timeout on explainability notebooks to prevent build failure (#205)
* test: update timeout of testing

* test: increase timeout for testing

Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
2022-01-13 15:13:20 -06:00
cadbc733b8 chore(deps): update dependency numpy to v1.22.0 (#207)
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
2022-01-13 14:19:43 -06:00
ee6088957d Update Swivel sample and Matching Engine sample (#193)
* Update swivel and matchine engine samples

* Fix lint

* format notebooks

* fix lint

* fix lint

* upgrade google-python-api-client for testing pipeline

* upgrade google-api-core for testing pipeline

* install tensorflow after other required packages

* fix lint

* upgrade google-auth for testing

* install tensorflow in testing env

* upgrade pip with user flag

* remove kfp as a dependency

* separate matching engine notebook into another commit

* fix service account extraction

* service account is optional so comment it

* submit pipeline without specifying service account

* clarify how TensorBoard relates to Vertex ML metadata

* add reference to Vertex ML metadata

* fix typo

Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com>
2022-01-12 17:51:23 -08:00
58118c89f7 Chicago taxi fare prediction (#196)
* added notebook

* made changes

* ran linter

* small changes

* made changes

* ran linter

* ran linter

Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
2022-01-11 16:51:19 -06:00
108112c9a0 Predictive maintaince usecase (#194)
* added

* ran linter

* comments resolved

* ran linter

Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
2022-01-11 16:49:09 -06:00