Commit Graph

21 Commits

Author SHA1 Message Date
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