Commit Graph

20 Commits

Author SHA1 Message Date
jingzhang36 ce51c591f3
fix: increase TFX version from 0.20.2 to 0.22.0. Fixes #4084, fixes #4114 (#4133)
* enable pagination when expanding experiment in both the home page and the archive page

* Revert "enable pagination when expanding experiment in both the home page and the archive page"

This reverts commit 5b672739dd.

* tfx 0.21.2 -> 0.22.2

* tfx 0.20.2 -> 0.22.0

* update requirements.txt
2020-07-02 00:40:46 -07:00
Jiaxiao Zheng 88ee54fa32
[Samples] Change the data url to point to ml-pipeline instead of ml-pipeline-playground (#3890)
* update location in tfx sample

* update xgboost

* update the rest

* update notebook sample
2020-06-01 22:30:15 -07:00
Jiaxiao Zheng 618a46b7d2
update image (#3395) 2020-04-01 17:50:24 -07:00
Jiaxiao Zheng fad7510626
Bump TFX to 0.21.2 (#3255)
* bump tfx

* bump tfma

* modernize py sample

* clean up

* update notebook sample

* Remove tmp hack in visualization server
2020-03-11 09:53:37 -07:00
Jiaxiao Zheng ee525b91cb
Bump TFX to 0.21.1 (#3220)
* bump

* pin two requirements.txt

* update sample

* try a newer k8s version
2020-03-05 17:32:50 -08:00
Jiaxiao Zheng 9a96117f94
[Sample] Disable multi-threading for TFX demo notebook (#3170)
* [Sample] Disable multi-threading for TFX demo notebook

In TFX 0.21.0 release it's not guaranteed to work well with 6 vCPU. Disable it for now.

* Update taxi_pipeline_notebook.ipynb

Co-authored-by: Yuan (Bob) Gong <gongyuan94@gmail.com>
2020-02-25 21:16:26 -08:00
Jiaxiao Zheng d91cc83602
[Sample] Update doc in taxi pipeline demo (#3149)
* update permission

* add screenshot

* local path issue
2020-02-24 11:17:35 -08:00
Jiaxiao Zheng a9bc8cfe9a
[Sample] update README (#3127)
* [Sample] typo fix

* update README
2020-02-19 16:53:02 -08:00
Jiaxiao Zheng 9fe0c7a38c
[Sample] typo fix (#3125) 2020-02-19 16:01:05 -08:00
Jiaxiao Zheng 4746bdbadd
Bump TFX dependency (#3121)
* bump py sample

* fix notebook per comments during bug bash

* clean up
2020-02-19 12:55:46 -08:00
Jiaxiao Zheng f89ce80460
[Doc] Make it explicit that hosted beta does not require GCP SA (#3066) 2020-02-13 16:19:09 +08:00
Jiaxiao Zheng b96ce127c1
update module file (#3017) 2020-02-10 16:52:08 -08:00
Jiaxiao Zheng acb2038973 [Backend] Improve parameter patching (#3016)
* update

* move patching logic

* update placeholders

* move to api converter

* refactor some tests

* fix main.go

* default remote build to false

* patch everything

* remove api converter patching

* clean up

* fix constant
2020-02-10 00:15:53 -08:00
Jiaxiao Zheng ad8c93570f
Bump TFX dependency to 0.21.0rc0 (#2949)
* bump version and modernize

* modernize

* modernize

* unpin pyarrow
2020-01-31 17:09:29 -08:00
Jiaxiao Zheng 3c6ee19393
[Backend] Patch default bucket name and project ID (#2938)
* update branch

* add env var

* update api-server

* populate default value

* lint

* bump build rule

* bump build rule

* bump travis bazel version

* fix

* Revert "bump travis bazel version"

This reverts commit 92db3842

* Revert "bump build rule"

This reverts commit be2bd7b4

* Revert "bump build rule"

This reverts commit 78926e3c

* Revert "fix"

This reverts commit 963e64b8

* fix

* patch all the samples

* unittest

* fix tests

* minor fix

* style change

* clean up
2020-01-31 15:25:21 -08:00
Jiaxiao Zheng 3c66be2dab [Sample] Update the Doc for TFX sample (#2798)
* update

* update
2020-01-15 18:08:22 -08:00
Jiaxiao Zheng cb7342c5c1 clean (#2788) 2020-01-02 21:33:40 -08:00
Jiaxiao Zheng 3fa755641e [Sample] Add a notebook sample under parameterized_tfx_oss (#2729)
* add notebook sample

* Update

* remove my kfp endpoint.

* simplify import paths.
2019-12-17 20:32:05 -08:00
Yuan (Bob) Gong 4a8d262abb Migrate standalone deployment to workload identity on GCP (#2619)
* Script to set up workload identity for standalone deployment

* Migrate tests to run on standalone + workload identity

* Fix test script

* Switch to static GSAs for testing, because they have name length limit

* Add workload identity binding for argo

* Fix argo workload identity bindings

* Remove user-gcp-sa from tests

* Remove use_gcp_secret from xgboost sample

* Allow debugging tests locally

* Wait for policies to take effect

* Update deploy-pipeline-lite.sh

* Update deploy-pipeline-lite.sh

* [WIP] test gcloud auth list with test-runner sa

* Add namespace

* test again

* Use new image builder

* test again

* Remove debug code

* Remove usages of use_gcp_secret

* Fix unit test and tensorboard pod template

* Add debug code again to test

* Try waiting until workload identity bindings are ready

* Fix some other samples

* Fix parameterized tfx oss sample

* Add retry to image building

* Try fixing tfx oss sample

* Fix compiled tfx oss sample

* Update all google/cloud-sdk to latest

* Try fixing parameterized tfx oss sample again

* Also verify pipeline-runner ksa is working

* Fix parameterized_tfx_oss sample

* Update gcp-workload-identity-setup.sh

* Revert unneeded change

* Pin to new google/cloud-sdk

* Remove wrongly commited binaries
2019-12-16 22:05:58 -08:00
Jiaxiao Zheng ef381aafcc [Sample test] Add parameterized_tfx_oss to 'normal' sample test corpus (#2695)
* Update to tfx 0.15.0 release

* update file name

* modernize naming

* move to core

* Update sample test launcher/config/file name.

* No longer need precompiled package.

* add dependency

* add pip

* no longer call dsl-compile

* fix launcher

* give additional time for init

* Try skip check in backend docker

* fix

* try fix

* revert the timeout

* fix per Alexey's suggestion

* fix typo

* print log

* fix

* remove log
2019-12-10 16:06:06 -08:00