Commit Graph

15 Commits

Author SHA1 Message Date
Yaqi Ji b693909a08
feat(sdk)!: move v1 to deprecated folder (#7291)
* chore(sdk): move v1 to deprecated

* fix testsg

* fix testsg

* fix setup.py

* fix test

* s'

* fix tests

* fix test

* retore v2 test changes

* fix py3.6 test

* fix py3.6 test

* fix py3.6 import fallback error

* remove deprecated

* fix samples test

* sample test

* fix samples

* add readme

* restroe test

* python require

* remove path

* fix tests

* inteegration tests

* remove tfx tests for dependency with kfp v1

* fix e2e

* fix e2e

* fix integration tests

* fix sampe

* move client down

* change to kfp

* add import alias

* fix

* runid

* fix dsl

* only use kfp for function

* revert train_until_good

* tfx test

* kfp

* try import

* onprem
2022-03-04 00:52:59 +00:00
Chen Sun e74c7bd006
fix(samples): Update tensorboard_minio.py to load component from a permanent link (#7211)
* Update tensorboard_minio.py

* Update tensorboard_minio.py
2022-01-25 18:35:20 +00:00
Yuan (Bob) Gong c7448c71df
test(v2): refactor sample test utils into a py package (#7105)
* test(v2): refactor sample test utils into a py package

* fix error
2021-12-23 11:10:01 +08:00
Chen Sun 5bbb384cc7
test: clean up v2 compatible mode sample tests (#6943) 2021-11-23 02:08:06 +00:00
Yuan (Bob) Gong 2181b2fb8b
feat(sdk): add_default_resource_spec container op transformer (#6203)
* feat(sdk): add_default_resource_spec container op transformer

* set memory request/limit for sampOOMed samples

* refactor

* adjust tensorboard minio memory usage

* adjust resource usage

* clean up

* address feedbacks
2021-08-05 15:28:17 +08:00
Yuan (Bob) Gong ee663d9593
chore(v2): standardize MLMD data model. Fixes #5669 (#6054)
* chore(v2): standardize MLMD data model

* change context type to system namespace

* update sdk snapshots

* fix go v2 tests

* update

* update v2 compat snapshots

* fix all samples

* fix must specify pipeline root

* add artifact display name

* add UI rendering of new fields

* fix sample tests

* let ui read artifact and execution names consistently

* fix samples

* fix frontend tests

* fix sample test

* fix last sample

* address feedback
2021-07-19 22:26:15 -07:00
James Liu 86e803a9f4
test(v2sample): Table v1 visualization sample, and add v1 visualization sample in v2 compatible mode. Fix #5932 (#6058)
* table example

* add sample tests

* comment to explain v1 only pipeline
2021-07-19 11:32:15 -07:00
Yuan (Bob) Gong f3b369e153
fix: v2compat - handle parameter values with special characters stably. Fixes #5830 (#5973)
* fix(launcher): handle parameter values with special characters stably

* include new test case

* add tensorboard minio test case

* fix go unit tests

* update test golden

* address feedback

* fix tests
2021-07-08 22:02:23 -07:00
James Liu db03151508
feat(sample): ROC curve sample for v1 and v2 visualization (#5959)
* feat(sample): ROC curve sample for v1 and v2 visualization

* fix local change
2021-07-01 07:06:24 -07:00
James Liu 5eef38b2aa
feat(samples): Confusion Matrix sample for v1/v2 visualization (#5947)
* feat(samples): Confusion Matrix sample for v1/v2 visualization

* address comment and add verify
2021-07-01 06:19:23 -07:00
James Liu 036ef49671
feat(sample): Add HTML sample for v1/v2 visualization (#5938)
* feat(sample) Add HTML sample for v1/v2 visualization

* address comments
2021-06-29 14:22:35 -07:00
James Liu 565d03e508
feat(sample): Add markdown visualization example for v1 and v2 compatible (#5936)
* feat(sample) Add markdown visualization example for v1 and v2 compatible

* address comment

* use multi line markdown

* Update markdown.py

Co-authored-by: Yuan (Bob) Gong <4957653+Bobgy@users.noreply.github.com>
2021-06-29 04:42:45 -07:00
Yuan (Bob) Gong f1f99c01e6
chore(launcher): revert meadata to custom properties & artifact name -> event path (#5842)
* chore(launcher): revert meadataa to custom properties & artifact name -> event path

* fix

* fix2

* fix

* fix2

* fix test

* fix
2021-06-12 19:28:35 -07:00
Yuan (Bob) Gong 2bee21aae9
fix(sdk/compiler): v2 compat - fix mlpipeline-ui-metadata artifact. Part of #5666 (#5832)
* fix(sdk/compiler): v2 compat - fix mlpipeline-ui-metadata artifact

* fix

* add test case

* address feedback, fix the bug in less hacky way
2021-06-10 17:14:00 -07:00
Yuan (Bob) Gong cadcac08bd
feat: customizable tensorboard image and env + sample pipeline with minio. Fixes #5471, fixes #4714, fixes #5449, fixes #699, fixes #4290 (#5515)
* feat: customizable tensorboard image and env vars

* feat: sample pipeline using tensorboard visualization with minio

* change podtemplatespec format to be JSON in mlpipeline-ui-metadata

* fix default value

* update test config

* increase test timeout

* fix test

* fix args

* fix

* address comments

* improve component logging
2021-05-11 00:45:42 -07:00