Commit Graph
152 Commits
Author SHA1 Message Date
Karl WeinmeisterandGitHub d1ccf37e68 Notebook fixes to work in Workbench (#141) 2021-11-10 18:01:12 -06:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
91440922b5 build(deps): bump tensorflow (#136)
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.0...v2.5.2)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 15:23:36 -06:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
e15cc7e3cd build(deps): bump tensorflow (#137)
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.1...v2.5.2)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 15:22:56 -06:00
c6e767edaf Train and deploy end-to-end sklearn text classifier (#122)
* added sklearn-example

* nb formatting

* added readme

* added endpoint to notebook

* nb formatting

* added endpoint prediction example

* nb formatting

* fixed request

* minor woring fixes in docstrings

* added codeowner and included PR feedback

Co-authored-by: Maximilian Engelhardt <maximilian.engelhardt@ing.com>
2021-11-10 15:20:57 -06:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
176c79033d build(deps): bump tensorflow (#135)
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.0...v2.5.2)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 15:02:46 -06:00
Andrew FerlitschandGitHub f6685cf8aa fix: friday updates (#132)
* fix: breaking changes

* fix: breaking changes

* fix: breaking changes

* fix: breaking changes

* fix: breaking changes

* fix: breaking changes

* feat: friday updates

* feat: friday updates
2021-11-08 09:29:31 -08:00
Andrew FerlitschandGitHub c9cc1d1675 fix: removed cleanup line 2021-11-08 09:12:35 -08:00
Karl WeinmeisterandGitHub d3ecbe578c Updated notebook template with bucket changes (#130)
* Updated notebook template with bucket changes

* Added step to delete bucket if flag set
2021-11-08 11:10:07 -06:00
Ivan CheungandGitHub c04bab95d7 Renamed migration notebooks (#125)
* Renamed migration notebooks

* Removed 'unified' from filename

* Fixed names
2021-11-08 11:54:48 -05:00
Andrew FerlitschandGitHub 651ce325c2 fix: breaking change (#131)
* fix: breaking changes

* fix: breaking changes

* fix: breaking changes

* fix: breaking changes

* fix: breaking changes

* fix: breaking changes
2021-11-07 15:13:54 -08:00
ffbf8db52c feat: Added notebook demonstrating how to evaluate a forecasting training job. (#55)
* Add notebook for Automl Forecasting

Adding a new notebook tutorial for evaluating a forecasting training job

* Format and lint automl forecasting notebook

* Add forecasting notebook

This tutorial focuses on evaluating a forecasting training job.

* Delete automl-forecasting-evaluating-a-model.ipynb

* Format and lint automl forecasting notebook

* Use column_specs instead of column_transformations

* Fixed formatting

* Fixed formatting

* Added owner for Forecasting notebooks

Co-authored-by: Mansi Achuthan <mansiachuthan@google.com>
Co-authored-by: Hardik Vala <hardikv@google.com>
Co-authored-by: thehardikv <78449654+thehardikv@users.noreply.github.com>
2021-11-05 14:46:33 -07:00
Andrew FerlitschandGitHub 57373b6fe4 fix: remove debug code 2021-11-05 10:27:16 -07:00
Andrew FerlitschandGitHub 2b66079a68 fix: breaking changes (#128)
* fix: breaking changes

* fix: breaking changes

* fix: breaking changes

* fix: breaking changes
2021-11-04 22:49:51 -07:00
Andrew FerlitschandGitHub ec759a18c9 fix: updates for 0.1.9 (#127)
* fix: breaking changes

* fix: breaking changes
2021-11-04 21:37:05 -07:00
Karl WeinmeisterandGitHub 211aa8a822 Added links to locally test for formatting & linking (#124) 2021-11-04 19:07:22 -05:00
Ivan CheungandGitHub ae7529241f Renamed brand names (#123)
* Renamed brand names

* Fixed duplicate 'Vertex AI'

* Fixed user managed notebooks reference

* Renamed to Vertex AI AutoML Image Object Detection
2021-11-03 17:48:17 -04:00
Ivan CheungandGitHub d5d8a3de5f Update CODEOWNERS 2021-11-02 16:11:23 -04:00
tubaandGitHub 7dd784bc2c update for gsutil (#60)
Adding "/*" to the path to delete the content, otherwise the bucket is removed.
2021-11-01 09:36:32 -07:00
Karl WeinmeisterandGitHub 09795308ab Added code quality checks to contributing.md (#121) 2021-11-01 09:26:40 -07:00
b4d901d725 Rapid prototyping (with fixes) (#107)
* Notebook that walks a user through an AutoML vs BQML model competition.

* adding myself to CODEOWNERS

* Fixes notebook formatting after lint fail  and adds clean-up cell at the end of the notebook

* adding W291 to list of exception so SQL queries can pass

* saving pipeline json file on the same folder as the notebook

* After linting / formatting

* Delete run_linter.sh

* putting run_linter.sh back

* reverting run_linter.sh to repo's

* Update rapid_prototyping_bqml_automl.ipynb

- Added Colab and Github buttons at the top;
- Allow for BQ region settings;
- Tested with BQ region = EU / Vertex Region = europe-west4;
- Must set delete flag to True in order to clean up;

* Markdown format + bucket-name not hard-coded

Co-authored-by: Rafa Carvalho <rafacarv@google.com>
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com>
2021-11-01 09:23:01 -07:00
Andrew FerlitschandGitHub a9ad0f8e92 Update README.md 2021-10-29 16:22:39 -07:00
Andrew FerlitschandGitHub 6827d0b754 Update README.md 2021-10-29 16:21:42 -07:00
Andrew FerlitschandGitHub fea67b2ed0 feat: friday updates (#119)
* feat: new notebook

* feat: new notebook

* feat: get started notebook

* feat: get started notebook

* feat: refine notebook

* feat: refine notebook

* feat: add dataflow notebook

* feat: add dataflow notebook

* feat: finish stage1

* feat: finish stage1

* feat: start stage 2

* feat: start on stage2

* feat: start on stage2

* feat: get started

* feat: get started

* fix: updates

* fix: updates

* fix: updates

* fix: updates

* friday updates

* friday updates

* friday updates

* friday updates
2021-10-29 16:20:09 -07:00
Andrew FerlitschandGitHub 19f8fa549c fix job ID typo 2021-10-26 10:25:44 -07:00
Andrew FerlitschandGitHub f982fedebf fix typo in job ID 2021-10-26 09:40:56 -07:00
Andrew FerlitschandGitHub e6e49f68d3 fix job id typo 2021-10-26 09:31:00 -07:00
Andrew FerlitschandGitHub 067997b2a1 fix job ID typo in 2nd HPT job 2021-10-25 17:36:50 -07:00
Andrew FerlitschandGitHub 3e914bbf45 fix job ID typo in 2nd HPT job 2021-10-25 17:35:29 -07:00
Andrew FerlitschandGitHub 5d54485642 fix typo in job ID for second HPT job 2021-10-25 17:33:48 -07:00
Morgan DuandGitHub 30b718f8c1 Feat: use gcsfuse (#109)
* fix: add replica_count

* change to gcsfuse
2021-10-25 13:31:18 -07:00
halio-gandGitHub d585692254 Changed the vizier's SDK version from v1beta1 to v1. (#103) 2021-10-25 12:21:41 -07:00
Ivan CheungandGitHub 07f2385ea9 Create CODEOWNERS 2021-10-25 14:30:15 -04:00
Ivan CheungandGitHub 9ac6cf64d7 Update CODEOWNERS 2021-10-25 14:28:10 -04:00
Ivan CheungandGitHub b12a08642b Delete CODEOWNERS 2021-10-25 14:26:39 -04:00
Ivan CheungandGitHub 5fa713d851 Update CODEOWNERS 2021-10-25 14:26:25 -04:00
Aaron DietzandGitHub d2a8124389 Updates to fraud detection (#113) 2021-10-22 19:55:28 -04:00
Karl WeinmeisterandGitHub e5d47a3a00 Iss89 (#117)
* Fixed extra commas in renovate.json

* Change README link from tutorials to community content
2021-10-22 19:55:02 -04:00
d79efdabac Updates to recommender system (#115)
* Updates to recommender system

* Ran linter

Co-authored-by: ivanmkc <ivans.mailbox@gmail.com>
2021-10-22 19:53:28 -04:00
489c472b1a Updates to ads targeting notebook (#110)
* Updates to ads targeting notebook

* Ran linter

Co-authored-by: ivanmkc <ivans.mailbox@gmail.com>
2021-10-22 19:53:19 -04:00
77b96bf021 Updates to telecom subscriber churn (#111)
* Updates to telecom subscriber churn

* Ran linter

Co-authored-by: ivanmkc <ivans.mailbox@gmail.com>
2021-10-22 19:53:13 -04:00
4c9e03107b Updates to gaming churn prediction (#112)
* Updates to gaming churn prediction

* Ran linter

Co-authored-by: ivanmkc <ivans.mailbox@gmail.com>
2021-10-22 19:53:06 -04:00
263a03f89c Updates to demand forecasting (#114)
* Updates to demand forecasting

* Ran linter

Co-authored-by: ivanmkc <ivans.mailbox@gmail.com>
2021-10-22 19:52:24 -04:00
caea1ee594 Recommender systems (#98)
* added first usecase

* Changes made according to notebok template

* recommender systems added

* test commit

* telco churn and gaming churn notebooks completed

* linter ok

* moved files to official folder

* fraud detection added

* ran linter

* recommender added

* changed to comm folder

* deleted notebook_template

* changed some files

* made changes

* changes made

* added new branch for recommender systems

* feedback changes done

* ran lint

* Re=added notebook

* Renamed Recommender Systems to recommender_systems

* Added CODEOWNERS

Co-authored-by: ivanmkc <ivans.mailbox@gmail.com>
2021-10-21 21:08:46 -04:00
47a8fa65ff Demandforecasting usecase notebook done from Sudarshan (#93)
* added first usecase

* Changes made according to notebok template

* recommender systems added

* test commit

* telco churn and gaming churn notebooks completed

* linter ok

* moved files to official folder

* fraud detection added

* ran linter

* recommender added

* changed to comm folder

* deleted notebook_template

* changed some files

* made changes

* changes made

* notebookadded

* ran lint

* changed notebook

* removed springml folder

* changed hardcoded variables

* ran lint

* made changes

* ran lint

* Re=added notebook

* Renamed folder

* Added CODEOWNERS file

* Fixed CODEOWNERS

Co-authored-by: ivanmkc <ivans.mailbox@gmail.com>
2021-10-21 20:18:40 -04:00
7190e8d671 Fraud detection (#96)
* added first usecase

* Changes made according to notebok template

* recommender systems added

* test commit

* telco churn and gaming churn notebooks completed

* linter ok

* moved files to official folder

* fraud detection added

* ran linter

* recommender added

* changed to comm folder

* deleted notebook_template

* changed some files

* made changes

* changes made

* added new branch

* made changes

* made changes

* made changes

* made changes

* chnages made

* changes done

* ran lint

* changed bucket name

* ran lint

* mde changes

* Re=added notebook

* Re=added notebook

* ran lint

* Renamed file

* Ran linter

Co-authored-by: ivanmkc <ivans.mailbox@gmail.com>
2021-10-21 20:16:43 -04:00
Karl WeinmeisterandGitHub ba99f2a90a Removed duplicate Contributing comment in README (#106) 2021-10-21 20:16:11 -04:00
0db601f602 Gaming churn prediction (#97)
* added first usecase

* Changes made according to notebok template

* recommender systems added

* test commit

* telco churn and gaming churn notebooks completed

* linter ok

* moved files to official folder

* fraud detection added

* ran linter

* recommender added

* changed to comm folder

* deleted notebook_template

* changed some files

* made changes

* changes made

* added new branch for gaming churn

* changes made

* feedback changes done

* ran lint

* Re=added notebook

* Cleanup

Co-authored-by: ivanmkc <ivans.mailbox@gmail.com>
2021-10-21 20:15:36 -04:00
97c3b89c93 Subscriber churn (#99)
* added first usecase

* Changes made according to notebok template

* recommender systems added

* test commit

* telco churn and gaming churn notebooks completed

* linter ok

* moved files to official folder

* fraud detection added

* ran linter

* recommender added

* changed to comm folder

* deleted notebook_template

* changed some files

* made changes

* changes made

* added new branch for subscriber_churn

* made changes according to feedback

* made changes'

* made changes

* made changes

* changes made

* changes made

* ran lint

* Re=added notebook

* ran lint

* Cleanup and lint

* Folder move

* Moved folder

* Renamed folder

* Renamed folder

Co-authored-by: ivanmkc <ivans.mailbox@gmail.com>
2021-10-21 20:15:07 -04:00
89fee52de8 Adstargetting use case (#101)
* added first usecase

* Changes made according to notebok template

* recommender systems added

* test commit

* telco churn and gaming churn notebooks completed

* linter ok

* moved files to official folder

* fraud detection added

* ran linter

* recommender added

* changed to comm folder

* deleted notebook_template

* changed some files

* made changes

* changes made

* changes

* added notebook

* ran lint

* small changes

* feedback changes done

* ran lint

* Re=added notebook

* Moved folder

* Moved folder

Co-authored-by: ivanmkc <ivans.mailbox@gmail.com>
2021-10-21 20:14:54 -04:00
Diem VuandGitHub 16bc01826f Update feature store sample notebook to v1 API. (#108)
* Update feature store notebook to v1 API

* Lint
2021-10-21 16:14:56 -07:00