Commit Graph

13 Commits

Author SHA1 Message Date
dependabot[bot] 92989df736
Bump joblib from 0.12.0 to 1.2.0 in /xgboost_ames_housing/seldon_serve (#998)
Bumps [joblib](https://github.com/joblib/joblib) from 0.12.0 to 1.2.0.
- [Release notes](https://github.com/joblib/joblib/releases)
- [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst)
- [Commits](https://github.com/joblib/joblib/compare/0.12...1.2.0)

---
updated-dependencies:
- dependency-name: joblib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-30 18:34:55 +00:00
Zhenghui Wang 74378a2990 Add end2end test for Xgboost housing example (#493)
* Add e2e test for xgboost housing example

* fix typo

add ks apply

add [

modify example to trigger tests

add prediction test

add xgboost ks param

rename the job name without _

use - instead of _

libson params

rm redudent component

rename component in prow config

add ames-hoursing-env

use - for all names

use _ for params names

use xgboost_ames_accross

rename component name

shorten the name

change deploy-test command

change to xgboost-
namespace

init ks app

fix type

add confest.py

change path

change deploy command

change dep

change the query URL for seldon

add ks_app with seldon lib

update ks_app

use ks init only

rerun

change to kf-v0-4-n00 cluster

add ks_app

use ks-13

remove --namespace

use kubeflow as namespace

delete seldon deployment

simplify ks_app

retry on 503

fix typo

query 1285

move deletion after prediction

wait 10s

always retry till 10 mins

move check to retry

 fix pylint

move  clean-up to the delete template

* set up xgboost component

* check in ks component& run it directly

* change comments

* add comment on why use 'ks delete'

* add two modules to pylint whitelist

* ignore tf_operator/py

* disable pylint per line

* reorder import
2019-02-12 06:37:05 -08:00
Zhenghui Wang 22715c4900 build image for ames-housing-serving (#484) 2019-01-18 18:19:44 -08:00
Zhenghui Wang 1ed08b9af2 Fix model serving part of xgboost_ams_housing example. (#478)
* Fix model serving for ames house example

* change the step instructions

* add public image
2019-01-15 12:30:51 -08:00
Zhenghui Wang 8f32202a36 Add richard and zhenghui to approvers for kubeflow/examples (#470)
* add richard and zhenghui as approvers for examples

* add owner file to xgboost example

* reduce approvers

* update
2019-01-14 17:50:30 -08:00
Richard Liu 3859564422 Fix pylint and log fmt 2019-01-14 17:01:27 -08:00
Richard Liu 1b29c2176e Merge remote-tracking branch 'upstream/master' into hp_tuning 2019-01-14 16:00:30 -08:00
Richard Liu 8437ec9e5c Fix logging 2019-01-14 15:54:25 -08:00
Richard Liu 9e1ee20512 Fix xgboost for hp tuning 2019-01-14 11:50:13 -08:00
Zhenghui Wang b3f06c204d Fix the model training of ames-housing example (#468)
* correct the image path

* fix training part

* rm downloading from github
2019-01-11 17:08:22 -08:00
Azmi Kamis 6cdc461b50 fix directories in Dockerfile (#416) 2018-12-08 14:53:10 -08:00
Azmi Kamis c234f18b0b Fix curl command when sending request to seldon-served model on GKE (#415)
* fix curl command when sending request to seldon-served model on GKE

* modified response
2018-12-08 14:44:06 -08:00
Puneith Kaul bd07a2f84e new PR for XGBoost due to problems with history rewrite (#232)
* new PR for XGBoost due to problems with history rewrite

* Update housing.py

* Update HousingServe.py

* Update housing.py

* added bitly

* removed test function

* reorder imports

* fix spaces

* fix spaces

* fixed lint errors

* renamed to xgboost_ames_housing
2018-08-22 06:01:36 -07:00