Commit Graph

18 Commits

Author SHA1 Message Date
DavidSpek fe18a296da
chore: Remove pip requirements from docker files (#5064)
* Remove pip requirements from docker files

* Fix consistency and failing builds

* fixup arena requirements.txt

* Update KFserving to 0.4.1

* Remove pip requirements from docker files

* Fix consistency and failing builds

* fixup arena requirements.txt

* small fixup
2021-02-26 02:31:15 -08:00
Tommy Li 121bfdfc5f
fix(components): Move output path as arguments for ibm components (#4647) 2020-10-22 15:39:36 -07:00
Tommy Li 25ee59dc02
fix(components): Update watson ml sdk with the Aug 2020 release (#4331) 2020-08-06 17:14:19 -07:00
Tommy Li de2e0f2ec0
Fix(component): Update default TensorFlow version for Watson ML example (4109) 2020-06-29 12:49:58 -07:00
Tommy Li 782eb23488
Update Watson ML example to take output param path (#3316)
* update watson components with output path args to support tekton

* fix store bug and stop batch logs

* update pipeline with explicit helper function

* add missing commit
2020-03-20 22:10:44 -07:00
Kevin Yu 19edfdebd2
Update IBM Watson ML sample to use V4 api (#3274)
* testing kevin-wml-iks-pipeline

* switch input/output order

* build v4

* fix the yaml link

* change to v4

* using new v4 api

* update train docker verion to v0.3

* try v4-api

* try v4 author

* test v4 code

* fix compile error

* name upcase

* comment out author name

* fix lowcase runtime

* replace framework with platform

* fix syntax platform

* add version

* add filepath

* add file path

* using wml train code as filepath

* change credentials to s4

* try different version

* try store_library

* wml-v4 code

* update image to v0.4

* change object storage type to s3

* try store with meta no

* add input for store

* missing comma at store yaml

* add missing parameter in kfp

* add argument in store

* add uid

* add meta type

* change deploy

* deployment input

* list deployment

* delete deployment

* adjust input

* play around the input data:

* play around input data

* change input

* deploy works

* fix min

* clean the code

* adjust serve pipeline code

* clean the doc session

* remove hard code

* update yaml

* commit stuff

* test1

* change order

* correct name

* change version

* test

* change1

* change to 0,8

* print runtime version

* change to 0.9

* change2

* change yaml

* change version

* remove command

* change version

* change version

* clean up

* address comments

* fix typo
2020-03-18 15:48:44 -07:00
Tommy Li 35ce841557 update watson ML default framework version (#2398) 2019-10-15 14:36:09 -07:00
Tommy Li 79b58d7205 Update Watson Machine Learning auth with IAM (#1737)
* update watson auth with IAM

* remove username/password reference
2019-08-07 19:17:18 -07:00
Tommy Li f64782c0b3 Update Watson training component to output model location UID (#1587)
* Update wml-train.py

* update watson training components to output model location

* update variables
2019-07-03 10:02:32 -07:00
Matthias Popp 4c8d08c179 Fix watson train component (#1259)
* Fix watson train component

Add scheme to cos_endpoint for watson client and change deprecated author_email to author_name

* fixup! Fix watson train component
2019-05-23 10:16:29 -07:00
Tommy Li 8418b316f5 Update new Watson OpenScale components and pipeline (#1287)
* update new openscale components and pipeline

* cleanup unused library

* fix readme and naming as requested and minor cleanup

* condense Dockerfile with new base image, load PipelineModel from spark.stage

* retrigger github checks from Travis
2019-05-10 01:09:57 -07:00
Tommy Li c77554a762 Fix Watson pipeline example (#1246)
* update ibm watson examples

* fix labels in components

* typo fixes

* revert component name change

* minor description changes

* move label tags to annotations
2019-04-29 11:12:20 -07:00
Animesh Singh b70a8bef7a shortening names (#1202) 2019-04-24 17:10:45 -07:00
Animesh Singh a277f87ea1 metadata tag for watson components (#1072) 2019-04-02 19:49:41 -07:00
Animesh Singh dda1eb790e Updating the description for model_uid param (#1002) 2019-03-20 14:24:59 -07:00
Tommy Li 0fa221aba6 Add component.yaml to every ibm-components (#984)
* add component.yaml to every ibm-components

* replace colon conflicts with dashes

* update ffdl serve component.yaml description
2019-03-19 20:18:24 -07:00
Animesh Singh cc3f2149e1 Watson Openscale Components to manage models (#950)
* openscale componenets to manage models

* renamed component filename, updated with component.yaml (#1)
2019-03-14 18:36:51 -07:00
Animesh Singh 89e21dfb64 Training and Serving Pipeline leveraging WML (#800)
* initial watson pipeline

* updates

* updates

* Update creds

* updated dockerhub base files

* update watson pipeline (#2)

Removing references to wml-base image, and recreating it with python-slim as base image

* address review comment (#3)

* change s3 to cos (#4)
2019-02-23 03:52:14 -08:00