Commit Graph

181 Commits

Author SHA1 Message Date
Alexey Volkov 4339e70962 Components - Added AutoML Tables components and tests (#2174)
* Components - Added AutoML Tables components

* Added the sample - AutoML Tables - Retail product stockout prediction

* Replaced the project ID with dummy placeholder

* Fixed the description parameter passing

* Replaced pip with pip3 and changed quotes

* Added licenses

* Updated the component links

* Revert "Replaced pip with pip3"

This reverts commit 65ed0a7fc6. (part of it)

Here, `pip` is not the name of executable. It's the module name which is
just `pip`, not `pip3`.

* Changed quotes to single quotes

* Moved the components to the gcp folder

* Switched container images to python:3.7

* Updated component versions in sample
2019-09-25 13:42:06 -07:00
Jiaxiao Zheng 1914fa2f34 [Component] Fix the image version specification in create cluster component. (#2213)
* Fix

* Fix test
2019-09-24 17:11:59 -07:00
Ning 86163ecd38
Remove dataflow components (#2161)
* remove dataflow components
2019-09-23 11:12:27 -07:00
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
Animesh Singh 629164261d kfserving pipeline update (#2102) 2019-09-19 16:42:59 -07: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
Ning 06aeb0a052
update sdk versions (#2100) 2019-09-13 10:15:44 -07:00
Alexey Volkov 4e21c76364 Release - Fixed the deprecated component image build (#2063)
* Release - Fixed the deprecated component image build

* Trigger postsubmit
2019-09-09 16:26:53 -07:00
Alexey Volkov 570141d7c9 Make wget quieter (#2069) 2019-09-09 14:32:54 -07:00
Alexey Volkov 6c59d9d00f Release - Creating the release branch from the specified commit (#2062) 2019-09-07 19:03:18 -07:00
Ning 2a3dd327db move old gcp components to deprecated folder (#2031) 2019-09-06 16:29:20 -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
Ning c65111c497 remove the bigquery components to favor the new gcp components (#2006) 2019-09-03 15:20:59 -07:00
Animesh Singh d15697bdb1 Initial kfserving pipeline component (#1838)
* initial kfserving pipeline component

* changing some descriptions

* adding action as an input, and pinning versions

* moving Dockerfile in correct location

* adding namespace to delete
2019-08-22 16:29:17 -07:00
IronPan 736c7a5750 clean up owner file (#1928) 2019-08-22 15:29:19 -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
Christian Clauss 8e1e823139 Lint Python code for undefined names (#1721)
* Lint Python code for undefined names

* Lint Python code for undefined names

* Exclude tfdv.py to workaround an overzealous pytest

* Fixup for tfdv.py

* Fixup for tfdv.py

* Fixup for tfdv.py
2019-08-21 15:04:31 -07:00
Ajay Gopinathan 5bcc665928
Update Python SDK versions for release. (#1860) 2019-08-16 13:58:23 -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
Ning 7dbca1afce
update gcloud ml-engine to ai-platform (#1863) 2019-08-16 12:06:37 -07:00
Ning 2e95bc57ec
fix sample reference link (#1789) 2019-08-12 11:05:49 -07:00
carolynwang 69ca3c7e4b Update images, bug fixes, clean up code (#1778)
* Update docker images and minor refactoring

* Update image tag, bug fixes, remove unneeded imports

* Revert to using image version, use origin batch transform output method

* Forgot to save 2 changes
2019-08-09 15:25:13 -07:00
Tommy Li 79b58d7205 Update Watson Machine Learning auth with IAM (#1737)
* update watson auth with IAM

* remove username/password reference
2019-08-07 19:17:18 -07:00
carolynwang 351f4562a4 Refactor to match new samples folder structure (#1741) 2019-08-06 01:23:56 -07:00
Alexey Volkov 2b72b7f147 Components - Added the pymongo license URL (#1740)
Fixes CloudBuild failures.
pymongo is installed by Apache Beam which is used by TF Transform.
2019-08-05 19:49:53 -07:00
carolynwang 3f8bcffaa7 Add SageMaker create workteam and Ground Truth components, sample demo pipeline, other minor updates (#1716)
* Add components for workteam and Ground Truth, minor update for HPO and train, add sample pipeline demo for workteam and GT, update images

* Minor style fixes

* Address PR comments

* Refactor for new folder structure
2019-08-05 15:33:50 -07:00
Alexey Volkov 0e0f84c697 Moved component_sdk to components/gcp/ (#1698) 2019-07-31 19:56:13 -07:00
carolynwang 81b0f08a84 Update SageMaker components and sample pipeline (#1682)
* Update HPO, train, batch transform components, add MNIST kmeans with HPO pipeline

* Minor bug fixes

* Minor bug fixes, update Dockerfiles

* Update docker images and sample pipeline

* Update all components and sample pipeline

* Delete Dockerfiles for individual component

* Typo fix in Dockerfile
2019-07-30 12:47:51 -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
hongye-sun fe639f4166 Fix broken license link (#1655) 2019-07-23 20:10:14 -07:00
carolynwang 2778632ba2 Add SageMaker HPO component and sample usage in a pipeline (#1628)
* add HPO component and sample pipeline usage

* Update Dockerfile to include HPO component

* Update docker image used in hpo component

* Update HPO readme, make HPO job name required, allow empty string for int params, reintro some default values

* Resolve a couple todos

* Add Dockerfile for HPO and update docker image used in HPO component

* Add Dockerfile for HPO
2019-07-21 19:06:51 -07:00
hongye-sun 1a0959a90c Add gcp-connector label and remove pod name (#1542)
* Add gcp-connector label and remove pod name

* Add add-pod-env label and add pod id back

* Remove space
2019-07-18 17:17:11 -07:00
Jiaxin Shan f7d68f7fb2 Add OWNERS file in aws components and examples (#1633) 2019-07-16 16:54:34 -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
Tommy Li f64782c0b3 Update Watson training component to output model location UID (#1587)
* Update wml-train.py

* update watson training components to output model location

* update variables
2019-07-03 10:02:32 -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
hongye-sun 2d0d861950 Pass dataset_location to container (#1579) 2019-07-01 04:57:21 -07:00
Sarah Maddox 7e2ab7b194 Updated links in READMEs. (#1544) 2019-06-24 16:32:07 -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
Animesh Singh a3e7a0a4b0 removing some creds (#1470)
* remove creds

* remove ip
2019-06-07 16:01:57 -07:00
Alexey Volkov 7e29b431bc Added license URL for google-cloud-datastore (#1445) 2019-06-05 01:51:55 -07:00
Tommy Li 0ad6c28d32 fix python open issue with non-exist parent dir (#1441) 2019-06-04 18:47:54 -07:00
Jiaxin Shan d5147b9776 Add HyperParameters back to SageMaker training job (#1377) 2019-05-30 19:24:21 -07:00
tiffany jernigan 778fe2ad7a Fix naming from sagamaker to sagemaker (#1386) 2019-05-24 14:15:30 -07:00
Matthias Popp 4c8d08c179 Fix watson train component (#1259)
* Fix watson train component

Add scheme to cos_endpoint for watson client and change deprecated author_email to author_name

* fixup! Fix watson train component
2019-05-23 10:16:29 -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
cheyang 8110de0419 check if data and env format (#1337)
* check the data input

* check the data input
2019-05-15 13:20:23 -07:00
cheyang 8495eb1a6f Add mpi job into arena launcher (#1307)
* refactor arena launcher

* add all

* add all

* add all

* update arena kfp ppackage

* fix launcher

* add samples

* add samples

* add samples

* set rdma false as default

* fix mpirun samples

* fix mpijob

* add mpirun to arena launcher

* update samples

* update samples

* fix broken link

* fix broken link

* fix review comments

* remove mpi_run yaml
2019-05-14 20:38:15 -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