Machine Learning Pipelines for Kubeflow
Go to file
Connor McCarthy fbfeadd4a4
feat(sdk): add autocomplete and version options to kfp cli (#7567)
* add helpful options to cli

* add tests
2022-04-25 14:01:02 -06:00
.github chore: configure semantic pull requests bot. Fixes #5942 (#5950) 2021-06-30 00:02:36 -07:00
api feat(api): Update IR with RetryPolicy (#7581) 2022-04-20 20:47:54 +00:00
backend chore(release): bumped version to 2.0.0-alpha.1 2022-04-04 16:38:48 -07:00
components Add additional experiment flag in AutoML Tables related pipelines. 2022-04-24 18:04:11 -07:00
contrib
docs
frontend chore(frontend): KFPv2: Update KFP UI API version to the latest (#7583) 2022-04-20 22:59:12 +00:00
hack chore: use the upstream go-licenses tool (#7408) 2022-03-16 02:10:34 +00:00
manifests chore(release): bumped version to 2.0.0-alpha.1 2022-04-04 16:38:48 -07:00
proxy chore: remove Bobgy from OWNERS (#7195) 2022-01-25 08:11:28 +08:00
samples use click for dsl-compile command (#7560) 2022-04-20 14:57:10 -06:00
sdk feat(sdk): add autocomplete and version options to kfp cli (#7567) 2022-04-25 14:01:02 -06:00
test feat(sdk): add noun aliasing to cli (#7569) 2022-04-25 12:24:57 -06:00
third_party chore: remove Bobgy from OWNERS (#7195) 2022-01-25 08:11:28 +08:00
tools
.cloudbuild.yaml chore: skip building KFP sdk and python components in cloudbuild (#7276) 2022-02-09 08:11:07 +00:00
.dockerignore refactor: migrate to api/v2alpha1/go/pipelinespec (#6016) 2021-07-13 00:05:17 -07:00
.gitattributes
.gitignore feat(components): Adds Notebooks Executor API in the experimental components (#6630) 2021-10-01 09:11:25 -07:00
.pylintrc chore(sdk): make kfp v2 hermetic (#7428) 2022-03-18 03:00:40 +00:00
.readthedocs.yml chore(components/google-cloud): Post release v0.1.4 clean up (#6275) 2021-08-09 23:30:24 -07:00
.release.cloudbuild.yaml chore: skip building KFP sdk and python components in cloudbuild (#7276) 2022-02-09 08:11:07 +00:00
.style.yapf chore: consistent yapf style config for the entire repo (#6963) 2021-11-30 20:38:30 +00:00
AUTHORS
CHANGELOG.md chore(release): bumped version to 2.0.0-alpha.1 2022-04-04 16:38:48 -07:00
CONTRIBUTING.md docs(sdk): update contributing guidelines (#7436) 2022-03-18 23:41:06 +00:00
LICENSE
OWNERS chore: remove Bobgy from OWNERS (#7195) 2022-01-25 08:11:28 +08:00
README.md chore: fix broken link in README.md (#7284) 2022-02-10 10:55:15 +00:00
RELEASE.md chore: Update RELEASE.md (#7426) 2022-03-16 19:32:36 +00:00
ROADMAP.md
VERSION chore(release): bumped version to 2.0.0-alpha.1 2022-04-04 16:38:48 -07:00
developer_guide.md chore(visualization): Revert to tensorflow image because tfx image is too big. Fix #6053 (#6061) 2021-07-15 20:16:38 -07:00
go.mod chore(backend): clean up pipelinespec.Value usage (#7407) 2022-03-14 17:32:57 +00:00
go.sum chore(backend): clean up pipelinespec.Value usage (#7407) 2022-03-14 17:32:57 +00:00
mypy.ini chore(sdk): clean up v2 CLI (#7558) 2022-04-20 10:40:38 -06:00
package-lock.json
package.json
release-status-check.png
requirements.txt feat: upgrade TFX to 1.2.0 (#6375) 2021-08-18 01:50:37 -07:00
retry-release-on-tag.png
verify-retry-the-right-build.png

README.md

Coverage Status SDK Documentation Status SDK Package version SDK Supported Python versions

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.

Installation

  • Install Kubeflow Pipelines from choices described in Installation Options for Kubeflow Pipelines.

  • [Alpha] Starting from Kubeflow Pipelines 1.7, try out Emissary Executor. Emissary executor is Container runtime agnostic meaning you are able to run Kubeflow Pipelines on Kubernetes cluster with any Container runtimes. The default Docker executor depends on Docker container runtime, which will be deprecated on Kubernetes 1.20+.

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.

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).

Contributing to Kubeflow Pipelines

Before you start contributing to Kubeflow Pipelines, read the guidelines in How to Contribute. To learn how to build and deploy Kubeflow Pipelines from source code, read the developer guide.

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 Workflows by default under the hood to orchestrate Kubernetes resources. The Argo community has been very supportive and we are very grateful. Additionally there is Tekton backend available as well. To access it, please refer to Kubeflow Pipelines with Tekton repository.