Commit Graph

11 Commits

Author SHA1 Message Date
Jorge 5d057359f1 Update kubeflow sdk version (#688)
* Update kubeflow sdk version

* update the version

* Update version of ml-pipeline pip

* reformat code

* pr comments
2019-05-12 23:10:09 -07:00
Roy Lenferink aeccc6297b Updated to a more secure bash syntax (#661) 2019-04-26 11:38:27 -07:00
Sarah Maddox 4cec27aa3e Linked up various new pages (#624)
* Linked up various new pages.

* Added a couple more links.
2019-04-12 09:36:48 -07:00
Sarah Maddox 181e6c10cc Added a guide to developing reusable components (#601)
* WIP Initial commit of component dev tutorial.

* Further textual improvements.

* Further improvements.

* Further improvements.

* Added the best practices.

* Fixed a link.

* Tidied up the code comments.

* More code comment fixes.
2019-04-09 15:20:45 -07:00
Sarah Maddox 12ece697ac Added an introduction to the Pipelines DSL (#613)
* WIP Started an intro to the Pipelines DSL.

* Added more content.

* Responded to review comments.

* Changed function formatting to be parallel with previous example.
2019-04-08 22:31:04 -07:00
Sarah Maddox 72e23ccde9 Split concepts into separate pages and added info to pipeline and component concepts. (#600) 2019-04-05 20:46:27 -07:00
chiefkarlin 5214e2f3f9 Fix typo(s) in installation of kfp package via conda (#589)
Most recent version of miniconda installs pip, not pip3 with Python 3.7.  When using GCP Cloud Shell, pip3 is in /usr/bin and will cause kfp package to end up in the users site packages directory and not in the mlpipelines env.
2019-04-04 10:06:50 -07:00
Ning 69dd1b0db3 Add pipeline dsl recursion doc (#565)
* update recursion

* add more contents

* resolve pr comments
2019-04-01 23:28:33 -07:00
Ning 10c5d0ad46 add dsl type check doc (#562)
* add dsl type check doc

* address the PR comments

* update more active voices, formats, etc.
2019-03-29 08:48:13 -07:00
Joe Liedtke 2f26049646 Update install-sdk.md (#559)
As I understand it, pip3 is the Python3 version of pip. On systems with both Python 2 and 3, pip will use Python 2. This affects hosted notebook environments that have both Python 2 and 3 installed, such as Kubeflow notebooks or Google Cloud Notebooks. Since the SDK requires Python 3, I'd recommend changing this to be pip3.
2019-03-27 04:00:48 -07:00
Sarah Maddox 00cc67ed9e Restructured the pipelines docs. (#547)
* Restructured the pipelines docs.

* Added redirects for the deleted files.

* Standardized use of full stop in descriptions.

* More full stops.

* Fixed internal links to the moved pages.
2019-03-22 01:38:17 -07:00