Machine Learning Pipelines for Kubeflow
Go to file
Jiaxiao Zheng 7fbb7cae56
fix length (#3934)
2020-06-09 14:00:06 -07:00
.github/ISSUE_TEMPLATE Update BUG_REPORT.md 2020-02-24 11:43:15 +08:00
backend Only pending or running workflows are considered not-final (#3940) 2020-06-09 06:05:18 -07:00
components Fix build failure because wcwidth LICENSE url changed (#3909) 2020-06-04 11:16:13 +08:00
contrib Make wget quieter (#2069) 2019-09-09 14:32:54 -07:00
docs Docs - Moved the kfp_server_api documentation to a separate page (#3899) 2020-06-04 11:15:56 +08:00
frontend Bump websocket-extensions from 0.1.3 to 0.1.4 in /frontend (#3929) 2020-06-08 00:47:46 -07:00
hack [Release] Regenerate api clients on release (#3910) 2020-06-04 13:24:16 +08:00
manifests [Release] Various fixes to release script (#3918) 2020-06-05 13:32:21 +08:00
proxy revert the fix in proxy-agent (#3845) 2020-05-27 02:10:50 -07:00
release Post-submit test for Hosted/MKP (mpdev verify) (#3193) 2020-03-23 17:20:47 -07:00
samples [Samples] Change the data url to point to ml-pipeline instead of ml-pipeline-playground (#3890) 2020-06-01 22:30:15 -07:00
sdk fix length (#3934) 2020-06-09 14:00:06 -07:00
test [Manifest] Use kustomize native image transformer to override image (#3776) 2020-05-18 21:23:36 -07:00
third_party Upgraded Argo to v2.7.5 (#3537) 2020-05-11 23:52:21 -07:00
tools Add labels to plots (#3811) 2020-05-27 13:04:37 +08:00
.cloudbuild.yaml [Release] Fix $(cat VERSION) not in bash script (#3924) 2020-06-05 15:27:38 +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 [Release] Automate release script for all the changes (#3777) 2020-06-03 08:44:18 -07:00
.pylintrc [Request for comments] Add config for yapf and pylintrc (#2446) 2019-10-21 12:34:22 -07:00
.release.cloudbuild.yaml [Release] Various fixes to release script (#3918) 2020-06-05 13:32:21 +08:00
.style.yapf [Request for comments] Add config for yapf and pylintrc (#2446) 2019-10-21 12:34:22 -07:00
.travis.yml Testing - Fixed SDK Travis tests (#3838) 2020-05-28 21:07:14 -07:00
BUILD.bazel apiserver: Remove TFX output artifact recording to metadatastore (#1904) 2019-08-21 13:44:31 -07:00
CHANGELOG.md 0.5.1 changelog (#3706) 2020-05-07 01:05:09 -07: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 Add Bobgy to OWNERS (#3926) 2020-06-08 20:03:17 -07:00
README.md add community meeting/slack onto README (#2613) 2019-11-18 13:57:41 -08:00
RELEASE.md [Release] Various fixes to release script (#3918) 2020-06-05 13:32:21 +08:00
ROADMAP.md ROADMAP.md cosmetic changes (#846) 2019-02-22 15:03:45 -08:00
VERSION update version (#3694) 2020-05-06 19:37:09 -07:00
WORKSPACE Upadate backend BUILD files (#3455) 2020-04-10 14:45:48 -07:00
developer_guide.md fix doc link (#2681) 2019-12-03 22:44:57 -08:00
go.mod [API] Add license header to python api client files (#3897) 2020-06-04 10:23:24 +08:00
go.sum [API] Add license header to python api client files (#3897) 2020-06-04 10:23:24 +08: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.