Machine Learning Pipelines for Kubeflow
Go to file
Rhys Arkins 0e69a904b5
chore: set npm rangeStrategy in separate rule (#5075)
2021-02-01 22:35:35 -08:00
.github chore: set npm rangeStrategy in separate rule (#5075) 2021-02-01 22:35:35 -08:00
api feat(api): Add AI Platform Custom Job spec to IR (#5035) 2021-01-26 04:18:00 -08:00
backend fix: upgrade some images to reduce vulnerabilities (#5065) 2021-02-01 10:23:02 -08:00
components chore(release): bumped version to 1.4.0-rc.1 2021-02-01 00:18:50 -08:00
contrib fix(sample): Fix syntax error in openvino sample component (#4181) 2020-07-10 15:49:21 -07:00
docs [Doc] update docs that still refer to KFP latest SDK reference (#4845) 2020-12-02 20:02:59 -08:00
frontend chore(deps): bump immer from 1.10.0 to 8.0.1 in /frontend (#5018) 2021-01-29 01:14:10 -08:00
hack chore(release): bumped version to 1.3.0 2021-01-07 00:39:26 -08:00
manifests chore(release): bumped version to 1.4.0-rc.1 2021-02-01 00:18:50 -08:00
proxy fix: upgrade some images to reduce vulnerabilities (#5065) 2021-02-01 10:23:02 -08:00
samples chore(release): bumped version to 1.4.0-rc.1 2021-02-01 00:18:50 -08:00
sdk chore(release): bumped version to 1.4.0-rc.1 2021-02-01 00:18:50 -08:00
test fix(test): Pin pip version in presubmit-tests-tfx.sh Fixes #5049 (#5050) 2021-01-29 15:16:01 -08:00
third_party fix: upgrade some images to reduce vulnerabilities (#5065) 2021-02-01 10:23:02 -08:00
tools chore: update OWNERS 2020-11-09 10:18:18 +08:00
.cloudbuild.yaml chore(components): Delete deprecated dataproc components (#5045) 2021-01-28 00:16:01 -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 feat(sdk): added pipeline name option to kfp run submit (#4535) 2020-11-03 04:54:15 -08:00
.pylintrc fix(sdk): Fixes #4703: conflict between .pylintrc and .yapf (#4706) 2020-11-01 14:34:51 -08:00
.readthedocs.yml chore: Clean up KFP SDK docstrings, make formatting a little more consistent (#4218) 2020-08-04 00:33:47 +08:00
.release.cloudbuild.yaml chore(components): Delete deprecated dataproc components (#5045) 2021-01-28 00:16:01 -08:00
.style.yapf Simplified the style config (#4002) 2020-06-17 00:28:48 -07:00
BUILD.bazel apiserver: Remove TFX output artifact recording to metadatastore (#1904) 2019-08-21 13:44:31 -07:00
CHANGELOG.md chore(release): bumped version to 1.4.0-rc.1 2021-02-01 00:18:50 -08:00
CONTRIBUTING.md docs: Add the guidelines of writing UT of golang part in Contrubuting.md (#4935) 2020-12-28 18:44:28 -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 chore: update root reviewers (#4797) 2020-11-20 18:37:33 -08:00
README.md [Doc] update docs that still refer to KFP latest SDK reference (#4845) 2020-12-02 20:02:59 -08:00
RELEASE.md chore(doc): update release doc with caveats on `release-on-tag` retry (#4917) 2021-02-01 02:22:02 -08:00
ROADMAP.md ROADMAP.md cosmetic changes (#846) 2019-02-22 15:03:45 -08:00
VERSION chore(release): bumped version to 1.4.0-rc.1 2021-02-01 00:18:50 -08: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 feat(backend): Bump Go SQL driver to v1.5.0. Fixes #4910 (#4911) 2020-12-21 22:50:25 -08:00
go.sum feat(backend): Bump Go SQL driver to v1.5.0. Fixes #4910 (#4911) 2020-12-21 22:50:25 -08:00
package-lock.json chore(release): set up conventional commit changelog tool. Part of #3920 (#4033) 2020-06-23 03:51:40 -07:00
package.json chore(release): set up conventional commit changelog tool. Part of #3920 (#4033) 2020-06-23 03:51:40 -07:00
release-status-check.png docs(release): update RELEASE.md (#4832) 2020-11-29 23:30:50 -08:00
retry-release-on-tag.png chore(doc): update release doc with caveats on `release-on-tag` retry (#4917) 2021-02-01 02:22:02 -08:00
verify-retry-the-right-build.png chore(doc): update release doc with caveats on `release-on-tag` retry (#4917) 2021-02-01 02:22:02 -08:00

README.md

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

Install Kubeflow Pipelines from an overview of several options.

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.

Refer to the versioning policy and feature stages documentation for more information about how we manage versions and feature stages (such as Alpha, Beta, and Stable).

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.