GoogleCloudPlatform / vertex-pipelines-end-to-end-samples

Apache License 2.0
225 stars 89 forks source link

Fix XGBoost model issue, fixes #26 #30

Closed ghost closed 1 year ago

ghost commented 1 year ago

Description

Pinned joblib library to 1.1.0 in the XGBoost components. Previous versions of joblib had an issue that caused the XGBoost model to be loaded incorrectly

Fixes #26

How has this been tested?

Tested by running XGBoost training and prediction pipelines on Vertex E2E tests now passing on equivalent PR here

Checklist

- [ ] I have commented my code, particularly in hard-to-understand areas

ghost commented 1 year ago

@Linchin ready to merge :)