Commit Graph

8 Commits

Author SHA1 Message Date
vr140 0c0e4b6105
fix(samples): Replace deprecated tfx kubeflow example (#7342)
**Problem:**

In this commit cd029714cb, TFX remove duplicated kubeflow_gcp example for Chicago Taxi data. However, it is still referenced in this "TFX on KubeFlow Pipelines Example", e.g. https://raw.githubusercontent.com/tensorflow/tfx/master/tfx/examples/chicago_taxi_pipeline/taxi_pipeline_kubeflow_gcp.py (broken link).

**Solution:**

Replace references to taxi pipeline tfx kubeflow example with penguin tfx kubeflow example.
2022-02-24 09:19:04 +00:00
Makoto Uchida d72f435be5 Modernize samples/core/tfx-oss Notebook (#2618)
* Update samples/core/ai_platform pipeline to follow data dependency

* Modernize samples/core/tfx-oss demonstration

* Revert "Modernize samples/core/tfx-oss demonstration"

This reverts commit d178be55b8.

* Modernize samples/core/tfx-oss demonstration

* Fix comment style
2019-11-18 18:19:42 -08:00
Jiaxiao Zheng 8998087f4b replace deprecate usage (#2499) 2019-10-27 13:21:24 -07:00
Makoto Uchida 758ef3ae44 Update samples/core/tfx-oss to tfx==0.14.0 and kfp=0.1.31 (#2385)
* minor fixes to tfx-oss README

* update location of tfx/examples

* update location of tfx/examples
2019-10-15 17:42:11 -07:00
Alexey Volkov 7b6957ae06 SDK - Client - Added a way to set experiment name using environment variables (#2292)
* SDK - Client - Added a way to set experiment name using environment variables

This is useful for launching notebooks or pipeline files that submit
themselves for execution.

* Switched to subprocess.run which supports env

* Setting the environment variable differently
Looks like `subprocess.run` uses `PATH` to search for the program.

* Convert return code to string

* Changed the way the experiment name is being set

* Changed how the notebook installs the SDK

Notebook is overriding the SDK that's being tested.

* Not installing the KFP SDK package

* Removed the experiment_name from samples and configs.

* Changed the SDK installation lines in samples

Otherwise the sample tests do not correctly test the new SDK code.
2019-10-14 14:55:51 -07:00
Alexey Volkov 1e6ce6b571 Samples - Simplified pipeline submission code in samples (#2293)
Reduced boilerplate code in samples by switching to `kfp.Client().create_run_from_pipeline_package` which:
* compiles the pipeline
* gets or creates the experiment (name is optional)
* generates unique run name
* submits the run
2019-10-04 16:11:12 -07:00
Ning 5205339b99
versioned the 0.13.0 tfx example (#1912)
* versioned the 0.13.0 tfx example
* use the taxi_utils from 0.13.1
* update tfx oss readme
2019-08-26 11:45:46 -07:00
Ning e8a6feb229
Restructure samples (#1710)
* restructure samples
* update apiserver and sample test for the new location
2019-08-01 17:31:37 -07:00