aws-customer-churn-pipeline
aws-customer-churn-pipeline copied to clipboard
Lock xboost to 1.3.3 in evaluation
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.