Machine Learning Pipelines for Kubeflow
Go to file
Alexey Volkov 4a1b282461
SDK - Compiler - Fixed ParallelFor argument resolving (#3029)
* SDK - Compiler - Fixed ParallelFor name clashes

The ParallelFor argument reference resolving was really broken.
The logic "worked" like this - of the name of the referenced output
contained the name of the loop collection source output, then it was
considered to be the reference to the loop item.
This broke lots of scenarios especially in cases where there were
multiple components with same output name (e.g. the default "Output"
output name). The logic also did not distinguish between references to
the loop collection item vs. references to the loop collection source
itself.

I've rewritten the argument resolving logic, to fix the issues.

* Argo cannot use {{item}} when withParams items are dicts

* Stabilize the loop template names

* Renamed the test case
2020-02-11 12:18:09 -08:00
.github/ISSUE_TEMPLATE add issue template (#1492) 2019-06-22 08:42:11 -07:00
backend [api-server] Object store folder path is configurable and can work with AWS (secure and region flag, and IAM credentials) (#2080) 2020-02-11 10:52:08 -08:00
components Bump tensorflow in /components/kubeflow/dnntrainer/src (#2923) 2020-02-10 10:03:54 -08:00
contrib Make wget quieter (#2069) 2019-09-09 14:32:54 -07:00
docs Docs - Added the kfp root members (#2183) 2019-10-07 18:33:19 -07:00
frontend [UI] Fix side nav text alignment after adding start page (#3015) 2020-02-07 22:55:52 -08:00
manifests update changelog and document (#2990) 2020-02-05 03:19:54 -08:00
proxy [Proxy] Split domain name (#2851) 2020-01-16 14:00:31 -08:00
release Components - Google Cloud Storage (#2532) 2019-11-07 18:06:19 -08:00
samples update module file (#3017) 2020-02-10 16:52:08 -08:00
sdk SDK - Compiler - Fixed ParallelFor argument resolving (#3029) 2020-02-11 12:18:09 -08:00
test [Testing] Use full scope cluster for testing to reduce flakiness (#3018) 2020-02-07 22:07:53 -08:00
third_party pin envoy (#2968) 2020-02-03 12:49:25 -08:00
tools/bazel_builder Use Remote Build Execution for Bazel builds. (#1031) 2019-09-30 10:41:38 -07:00
.cloudbuild.yaml Build deployer for each post-submit to avoid manual work (#2873) 2020-01-19 03:21:35 -08:00
.dockerignore Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
.gitattributes Support filtering on storage state (#629) 2019-01-11 11:01:01 -08:00
.gitignore License crawler for third party golang libraries (#2393) 2019-10-25 03:15:40 -07:00
.pylintrc [Request for comments] Add config for yapf and pylintrc (#2446) 2019-10-21 12:34:22 -07:00
.release.cloudbuild.yaml Metadata: Update Metadata server version to v0.21.1 (#2931) 2020-01-30 12:32:20 -08:00
.style.yapf [Request for comments] Add config for yapf and pylintrc (#2446) 2019-10-21 12:34:22 -07:00
.travis.yml Fix build failure (#3035) 2020-02-10 20:54:00 -08:00
BUILD.bazel apiserver: Remove TFX output artifact recording to metadatastore (#1904) 2019-08-21 13:44:31 -07:00
CHANGELOG.md update changelog and document (#2990) 2020-02-05 03:19:54 -08:00
CONTRIBUTING.md fix link validation complaint. (#2727) 2019-12-18 21:49:56 -08:00
LICENSE Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
Makefile Fix Makefile to add licenses using Go modules. (#674) 2019-01-14 15:25:27 -08:00
OWNERS clean up owner file (#1928) 2019-08-22 15:29:19 -07:00
README.md add community meeting/slack onto README (#2613) 2019-11-18 13:57:41 -08:00
ROADMAP.md ROADMAP.md cosmetic changes (#846) 2019-02-22 15:03:45 -08:00
WORKSPACE Use Remote Build Execution for Bazel builds. (#1031) 2019-09-30 10:41:38 -07:00
developer_guide.md fix doc link (#2681) 2019-12-03 22:44:57 -08:00
go.mod Fix documentation for filter.proto (#2447) 2019-10-25 02:35:38 -07:00
go.sum move pipeline runner service account to backend (#1988) 2019-08-29 16:03:14 -07:00

README.md

Build Status Coverage Status SDK: Documentation Status

Overview of the Kubeflow pipelines service

Kubeflow is a machine learning (ML) toolkit that is dedicated to making deployments of ML workflows on Kubernetes simple, portable, and scalable.

Kubeflow pipelines are reusable end-to-end ML workflows built using the Kubeflow Pipelines SDK.

The Kubeflow pipelines service has the following goals:

  • End to end orchestration: enabling and simplifying the orchestration of end to end machine learning pipelines
  • Easy experimentation: making it easy for you to try numerous ideas and techniques, and manage your various trials/experiments.
  • Easy re-use: enabling you to re-use components and pipelines to quickly cobble together end to end solutions, without having to re-build each time.

Documentation

Get started with your first pipeline and read further information in the Kubeflow Pipelines overview.

See the various ways you can use the Kubeflow Pipelines SDK.

See the Kubeflow Pipelines API doc for API specification.

Consult the Python SDK reference docs when writing pipelines using the Python SDK.

Kubeflow Pipelines Community Meeting

The meeting is happening every other Wed 10-11AM (PST) Calendar Invite or Join Meeting Directly

Meeting notes

Kubeflow Pipelines Slack Channel

#kubeflow-pipelines

Blog posts

Acknowledgments

Kubeflow pipelines uses Argo under the hood to orchestrate Kubernetes resources. The Argo community has been very supportive and we are very grateful.