Machine Learning Pipelines for Kubeflow
Go to file
Alexey Volkov 8ba366b03f
SDK - Made outputs with original names available in ContainerOp.outputs (#3734)
* SDK - Made outputs with original names available in ContainerOp.outputs

Previously, ContainerOp had strict requirements for the output names, so we had to convert all the names before passing them to the ContainerOp constructor. Outputs with non-pythonic names could not be accessed using their original names.
Now ContainerOp supports any output names, so we're now using the original output names.
However to support legacy pipelines, we're also adding output references with pythonic names.

* Fixed the compiler test data

* Fixed the duplicate parameter outputs in the compiled workflow

* Fixed long line

* Stabilized the output naming conflict resolution

* Fix case of missing special outputs
2020-05-12 19:08:26 -07:00
.github/ISSUE_TEMPLATE
backend Show version tag in UI (#3743) 2020-05-12 11:02:21 -07:00
components
contrib
docs
frontend [UI] Wrap parameter/urls on overflow (#3747) 2020-05-12 17:14:26 -07:00
manifests Upgraded Argo to v2.7.5 (#3537) 2020-05-11 23:52:21 -07:00
proxy
release
samples
sdk SDK - Made outputs with original names available in ContainerOp.outputs (#3734) 2020-05-12 19:08:26 -07:00
test Show version tag in UI (#3743) 2020-05-12 11:02:21 -07:00
third_party Upgraded Argo to v2.7.5 (#3537) 2020-05-11 23:52:21 -07:00
tools MetadataStore: Upgrade tool (#3295) 2020-05-12 10:10:21 -07:00
.cloudbuild.yaml Show version tag in UI (#3743) 2020-05-12 11:02:21 -07:00
.dockerignore
.gitattributes
.gitignore
.pylintrc
.release.cloudbuild.yaml Upgraded Argo to v2.7.5 (#3537) 2020-05-11 23:52:21 -07:00
.style.yapf
.travis.yml
BUILD.bazel
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
OWNERS
README.md
ROADMAP.md
VERSION
WORKSPACE
developer_guide.md
go.mod
go.sum

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.