Machine Learning Pipelines for Kubeflow
Go to file
qimingj a23abf85fd Fix ROC Component (#559)
* Fix ROC component.

* fix ROC component.

* Follow up on CR comments.
2018-12-17 23:03:38 -08:00
.vscode Updating OWNERS files. Adding per-subdirectory OWNER files. 2018-11-05 14:03:33 -08:00
backend add job to load sample (#509) 2018-12-17 12:50:08 -08:00
components Fix ROC Component (#559) 2018-12-17 23:03:38 -08:00
contrib added component with tf slim model generator and pipeline adjustments (#335) 2018-11-28 12:20:58 -08:00
experimental Update experimental/OWNERS (#185) 2018-11-09 17:48:29 -08:00
frontend Fixes await bug in create new run (#553) 2018-12-17 21:52:23 -08:00
pipeline Parameterize mysql and minio image (#551) 2018-12-17 15:26:23 -08:00
samples Restructure dataproc components (#542) 2018-12-17 16:57:58 -08:00
sdk Renamed dsl/_component.py to dsl/_python_component.py (#510) 2018-12-14 14:27:04 -08:00
test Restructure dataproc components (#542) 2018-12-17 16:57:58 -08:00
third_party Updating OWNERS files. Adding per-subdirectory OWNER files. 2018-11-05 14:03:33 -08:00
tools Updating OWNERS files. Adding per-subdirectory OWNER files. 2018-11-05 14:03:33 -08:00
vendor Add filtering ability for all backend API ListXXX requests (#537) 2018-12-14 00:18:31 -08:00
.cloudbuild.yaml Restructure dataproc components (#542) 2018-12-17 16:57:58 -08:00
.dockerignore Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
.gitignore Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
.release.cloudbuild.yaml Build Python SDK in the releasing (#70) 2018-11-06 09:37:34 -08:00
.travis.yml Use latest npm and node on travis, fix tests (#317) 2018-11-19 15:40:59 -08:00
CONTRIBUTING.md Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
Gopkg.lock Add filtering ability for all backend API ListXXX requests (#537) 2018-12-14 00:18:31 -08:00
Gopkg.toml Add filtering ability for all backend API ListXXX requests (#537) 2018-12-14 00:18:31 -08:00
LICENSE Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
Makefile Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
OWNERS Update OWNERS (#77) 2018-11-05 19:08:14 -08:00
README.md Add article on Jupyter notebooks (#471) 2018-12-05 03:23:42 -08:00
bootstrapper.yaml bump up the sdk version to 0.1.4 (#522) 2018-12-14 20:21:36 -08:00
developer_guide.md Updating references to the project repository to kubeflow/pipelines. 2018-11-02 15:06:54 -07:00
uninstaller.yaml bump up the sdk version to 0.1.4 (#522) 2018-12-14 20:21:36 -08:00

README.md

Build Status Coverage 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 documentation.

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.