aws-customer-churn-pipeline icon indicating copy to clipboard operation
aws-customer-churn-pipeline copied to clipboard

Lock xboost to 1.3.3 in evaluation

Open hmost1 opened this issue 3 years ago • 0 comments

Issue #, if available: n/a

Description of changes: This PR locks the version of xboost in the evaluation script (Model Explainability Step). This ensures the same version is used for unpickling the model as was used to train/generate it. Without this change, the step can fail as some more recent versions of xboost are unable to load models generated with older versions.

hmost1 avatar Jul 23 '22 09:07 hmost1