Commit Graph

6 Commits

Author SHA1 Message Date
Yaqi Ji b693909a08
feat(sdk)!: move v1 to deprecated folder (#7291)
* chore(sdk): move v1 to deprecated

* fix testsg

* fix testsg

* fix setup.py

* fix test

* s'

* fix tests

* fix test

* retore v2 test changes

* fix py3.6 test

* fix py3.6 test

* fix py3.6 import fallback error

* remove deprecated

* fix samples test

* sample test

* fix samples

* add readme

* restroe test

* python require

* remove path

* fix tests

* inteegration tests

* remove tfx tests for dependency with kfp v1

* fix e2e

* fix e2e

* fix integration tests

* fix sampe

* move client down

* change to kfp

* add import alias

* fix

* runid

* fix dsl

* only use kfp for function

* revert train_until_good

* tfx test

* kfp

* try import

* onprem
2022-03-04 00:52:59 +00:00
Alexey Volkov d5ae723fdb
feat(components): Google - AutoML - Added the Export model component (#4519)
* Components - Google - AutoML - Added the Export model component

* Updated the sample
2020-09-21 16:28:48 -07:00
Alexey Volkov 3fd72e4295
fix(samples): Switched the AutoML sample from BQ to GCS datasets (#4501)
The BigQuery dataset has been deleted. See https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4553
2020-09-15 21:27:19 -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
Yuan (Bob) Gong 589aaa9d35 [Doc] Change sample/component/sdk documentation to not use `use_gcp_secret` (#2782)
* Update use_gcp_secret documentation to point to authenticating pipelines to GCP doc

* Update Local Development Quickstart.ipynb
2020-01-08 17:27:39 -08:00
Alexey Volkov 4339e70962 Components - Added AutoML Tables components and tests (#2174)
* Components - Added AutoML Tables components

* Added the sample - AutoML Tables - Retail product stockout prediction

* Replaced the project ID with dummy placeholder

* Fixed the description parameter passing

* Replaced pip with pip3 and changed quotes

* Added licenses

* Updated the component links

* Revert "Replaced pip with pip3"

This reverts commit 65ed0a7fc6. (part of it)

Here, `pip` is not the name of executable. It's the module name which is
just `pip`, not `pip3`.

* Changed quotes to single quotes

* Moved the components to the gcp folder

* Switched container images to python:3.7

* Updated component versions in sample
2019-09-25 13:42:06 -07:00