diff --git a/tests/xgboost/test_xgboost_converters.py b/tests/xgboost/test_xgboost_converters.py index ab33e845..c364257a 100644 --- a/tests/xgboost/test_xgboost_converters.py +++ b/tests/xgboost/test_xgboost_converters.py @@ -173,7 +173,7 @@ def test_xgb_classifier_reglog(self): ) dump_data_and_model( - x_test, xgb, conv_model, basename="SklearnXGBClassifierRegLog" + x_test, xgb, conv_model, basename="SklearnXGBClassifierRegLog-Dec4" ) def test_xgb_classifier_multi_discrete_int_labels(self):