Commit Graph

31 Commits

Author SHA1 Message Date
IronPan dc5aab6687
Release 57d9f7f1cf (#2184)
* Updated component images to version 57d9f7f1cf

* Updated components to version e598176c02

* good version
2019-09-23 00:19:55 +08:00
Ning 4f46720c1c Release 1449d08aee (#2099)
* Updated component images to version 1449d08aee

* Updated components to version e7a021ed1d
2019-09-13 11:14:31 -07:00
Alexey Volkov 5360f3fcab SDK - Compiler - Stopped adding mlpipeline artifacts to every compiled template (#2046)
* Explicitly added mlpipeline outputs to the components that actually produce them

* Updated samples

* SDK - DSL - Stopped adding mlpipeline artifacts to every compiled template
Fixes https://github.com/kubeflow/pipelines/issues/1421
Fixes https://github.com/kubeflow/pipelines/issues/1422

* Updated the Lighweight sample

* Updated the compiler tests

* Fixed the lightweight sample

* Reverted the change to one contrib/samples/openvino
The sample will still work fine as it is now.
I'll add the change to that file as a separate PR.
2019-09-05 17:56:57 -07:00
hongye-sun 7ec56978b6 Release 151c5349f1 (#1916)
* Updated component images to version 151c5349f1

* Updated components to version a97f1d0ad0

* Update setup.py

* Update setup.py
2019-08-21 16:06:31 -07:00
Ajay Gopinathan 0d898cb40f Release 0517114dc2 (#1859)
* Updated component images to version 0517114dc2

* Updated components to version 48dd338c8a
2019-08-16 13:16:11 -07:00
jingzhang36 2355451885 Release fe639f4166 (#1672)
* Updated component images to version fe639f4166

* Updated components to version 0b07e456b1
2019-07-24 21:05:52 -07:00
Ning 76a2bb4c37 Release ac833a084b (#1614)
* Updated component images to version ac833a084b

* Updated components to version 1f65a564d4
2019-07-12 10:49:05 -07:00
IronPan a42d5fb971 Release 2d0d861950 (#1581)
* Updated component images to version 2d0d861950

* Updated components to version 2e52e54166
2019-07-01 14:13:08 -07:00
Kevin Bache 5a5e39dc51 Release v0.22 (#1525)
* Updated component images to version d4960d3379

* Updated components to version d0aa15dfb3

* setup version inc
2019-06-20 15:28:35 -07:00
hongye-sun f7f6df27d4 Release 1d55a27cf8 (#1506)
* Updated component images to version 1d55a27cf8

* Updated components to version f379080516
2019-06-13 18:10:22 -07:00
Ning de7f68d129 Release components (#1347)
* Updated component images to version 6554e133dd

* Updated components to version 74d8e59217
2019-05-17 17:45:08 -07:00
IronPan cab1ce348e
Release c3235d725e (#1331)
* Updated component images to version c3235d725e

* Updated components to version 3b938d664d
2019-05-14 16:34:36 -07:00
Jiaxin Shan cb87b94507 Make confusion_matrix and roc generic (#1285) 2019-05-08 16:48:47 -07:00
hongye-sun eb830cd73c Component 727c48c690 (#1280) 2019-05-03 11:20:40 -07:00
Alexey Volkov 7228ba1f0b Release b0147bdbed (#1238)
* Updated component images to version b0147bdbed

* Updated components to version e8524eefb1

* Updated the Python SDK version
2019-04-26 10:24:26 -07:00
Ning fe042540e8 update types to defined core type names (#1206) 2019-04-23 12:44:05 -07:00
Ning 785d474699 release new components and remove the resnet image release in the release script (#1171) 2019-04-16 14:19:09 -07:00
Alexey Volkov b36c7bc233 Fixed bug in ROC component definition (#1093)
* Fixed bug in ROC component definition

* Fixed the XGBoost sample

* Fixed the ROC op usage in XGBoost sample
2019-04-05 22:06:27 -07:00
Alexey Volkov 6800c3bae0 Added "Target lambda" parameter to "Confusion matrix" component (#1091) 2019-04-05 16:16:29 -07:00
Ajay Gopinathan f344301638 Release component image version a277f87ea1 (#1082)
* Re-run script after merge

* Run script again.
2019-04-04 16:11:20 -07:00
Alexey Volkov 6b402f879a Added component definition files for our components (#539)
* Added component definitions to our components

Added the Kubeflow training sample pipeline that uses components

* Added the definition for "TFX - Data Validation"

* Added the definition for the "TFX - Analyze model" component

* Fixed bug in "ROC curve"

* Updated "Predict using TF on Dataflow"

* Updated "TFX - Data Validation"

* Updated the component definitions.

* Updated the pipeline to make the lines shorter and explicitly name the function parameters

* Changed the GCSPath type casing

* Added the definition for the "Kubeflow - Serve TF model" component

* Added the definition for the "Kubeflow - Launch StudyJob" component

* Removed all properties from GCPPath
This will confuse our users and make type checking worse, but Hongye and Ajay requested that.

`s/type: (\{GCSPath:.*?}})(.*)/type: GCPPath$2 # type: $1/g`

* Removed the usage of the ComponentStore
Now the samples are invalid until they're merged to master, but Hongye asked for that.
2019-04-04 12:27:19 -07:00
hongye-sun fdfd25facf common build image script (#815) 2019-02-13 10:37:19 -08:00
Jin Chi He 4267a6307b create nonexistent directory for roc and confusion_matrix component (#720) 2019-01-21 23:08:06 -08:00
qimingj a23abf85fd Fix ROC Component (#559)
* Fix ROC component.

* fix ROC component.

* Follow up on CR comments.
2018-12-17 23:03:38 -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
qimingj d79a835b3e Remove the workaround in confusion matrix component for correctly handling boolean cases. (#526) 2018-12-12 15:07:03 -08:00
qimingj 0901f1e3c5 Improve TFX Taxi Sample and Components. (#518)
* Improve TFX Taxi Sample and Components.

- Confusion matrix and ROC components support flexible target.
- Use single mode instead of 4 different modes for TFDV, TFMA, TFT, Predicton.
- TFDV output's schema path directly.
- Add Confusion Matrix and ROC components to tf taxi sample.

* Follow up code review comments.
2018-12-11 15:19:12 -08:00
nealgao c9d8ded51e restructure local components directory (#357)
* restructure local components directory

* typo fix
2018-11-26 11:29:18 -08:00
Yang Pan e0e8ca73c4 switch to strongly typed version number (#234) 2018-11-16 23:04:05 -08:00
nealgao 3ce66aa226 add xgboost: migrate from the old repo (#46)
* migrate from the old repo

* fix bug: accidentally override tfma test

* add tfma test back

* add tfma back

* typo fix

* fix small typo

* if job fails, exit after logs are output
2018-11-06 17:15:49 -08:00
Pascal Vicaire 633e2ddcc8 Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00