Commit Graph

6 Commits

Author SHA1 Message Date
Alexey Volkov bd0f4d23b9
chore(backend): Only compiling the preloaded samples. Fixes #4117 (#4118)
* Backend - Only compiling the preloaded samples

Fixes https://github.com/kubeflow/pipelines/issues/4117

* Fixed the paths

* Removed -o pipefail for now since sh does not support it

* Fixed the quotes

* Removed the __future__ imports

Python 2 is no longer supported.
The annotations cause compilation problems:
```
  File "/samples/core/iris/iris.py", line 18
    from __future__ import absolute_import
    ^
SyntaxError: from __future__ imports must occur at the beginning of the file
```
2020-07-06 20:03:57 -07:00
jingzhang36 ce51c591f3
fix: increase TFX version from 0.20.2 to 0.22.0. Fixes #4084, fixes #4114 (#4133)
* enable pagination when expanding experiment in both the home page and the archive page

* Revert "enable pagination when expanding experiment in both the home page and the archive page"

This reverts commit 5b672739dd.

* tfx 0.21.2 -> 0.22.2

* tfx 0.20.2 -> 0.22.0

* update requirements.txt
2020-07-02 00:40:46 -07:00
Jiaxiao Zheng 88ee54fa32
[Samples] Change the data url to point to ml-pipeline instead of ml-pipeline-playground (#3890)
* update location in tfx sample

* update xgboost

* update the rest

* update notebook sample
2020-06-01 22:30:15 -07:00
Renmin ff89053883
enable native Keras + TFMA (#3409)
Co-authored-by: Renmin Gu <renming@google.com>
2020-04-02 10:58:25 -07:00
Jiaxiao Zheng 618a46b7d2
update image (#3395) 2020-04-01 17:50:24 -07:00
Jiaxiao Zheng 7930f83117
TFX Iris sample (#3119)
* init

* update comment

* fix module file

* clean up

* update to beam sample

* add doc of default bucket

* bump viz server tfma version

* update iris sample to keras native version

* update iris sample to keras native version

* pin TFMA

* add readme

* add to sample test corpus

* add prebuilt && update some config

* sync frontend

* update snapshot

* update snapshot

* fix gettingstarted page

* fix unit test

* fix unit test

* update description

* update some comments

* add some dependencies.
2020-03-13 17:34:34 -07:00