Commit Graph

10 Commits

Author SHA1 Message Date
Alexey Volkov eb58f50686 Updated the package version in the notebooks (#1117) 2019-04-11 20:52:45 -07:00
Ning 554731e478 dsl generate zip file (#855)
* dsl generate zip file

* minor fix

* fix zip read in the unit test

* update sample tests

* dsl compiler generates pipeline based on the input name suffix

* add unit tests for different output format

* update the sdk client to support tar zip and yaml

* fix typo

* fix file write
2019-03-26 15:14:50 -07:00
Adhita Selvaraj cab950c063 Update Basic Pipeline example (#782)
update pipelineparam
2019-02-06 14:10:49 -08:00
hongye-sun e356adf31a bump up the sdk version to 0.1.4 (#522)
* bump up the sdk version to 0.1.4

* Update lightweight notebook sample to 0.1.4

* Update the rest of the samples to 0.1.4
2018-12-14 20:21:36 -08:00
hongye-sun 6d9c74a36d Add metric and ui-metadata samples (#523)
* add metric sample code in roc component

* Change mlpipeline artifacts output path to tmp folder

* Revert /tmp path change and add output_dir in notebook sample

* Revert /tmp path #2
2018-12-12 17:53:37 -08:00
nealgao ad1950b8e6 Add notebook sample test: tfx sample (#470)
* add notebook sample tests for tfx

* parameterize component image tag

* parameterize base and target image tags

* install tensorflow package for the notebook tfx sample test

* bug fixes

* start debug mode

* fix bugs

* add namespace arg to check_notebook_results, copy test results to gcs, fix minor bugs
add CMLE model deletion

* install the correct KFP version in the notebook; parameterize deployer model name and version

* fix CMLE model name bug

* add notebook sample test in v2

* add gcp sa in notebook tfx sample and shutdown debug mode

* import kfp.gcp
2018-12-07 10:49:30 -08:00
nealgao 57808877ae update image tag with the new release (#393) 2018-11-27 15:28:51 -08:00
Yasser Elsayed 0f2e9a3ca8 Job link -> run link (#268) 2018-11-16 22:25:32 -08:00
Yang Pan 21869d6ea0 Update check experiment condition (#201)
Got following error otherwise
```
TypeError: object of type 'NoneType' has no len()
```
2018-11-11 19:19:27 -08:00
Alexey Volkov c9412e1dbc Tutorials/Lightweight Python components (#139)
* Tutorials/Lightweight Python components

* Removed pip install kubernetes

* Deleted the python component sharing notebooks.
2018-11-07 15:40:29 -08:00