alteryx/evalml

Revert changes to testing with new XGBoost release

開放

#3,331 建立於 2022年2月15日

 (0 則留言) (0 個反應) (1 位負責人)Python (93 個分叉)auto 404
good first issuetech debttesting

倉庫指標

星標
 (852 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

In #3324 , we had to mark some tests as expected to fail since XGBoost was throwing a FutureWarning. The warning has been addressed in XGBoost, so we're just waiting for the PR merged to be released. This issue is discussed in the #3275 issue.

evalml/tests/component_tests/test_xgboost_classifier.py needs to have the @pytest.mark.xfail removed from the test_xgboost_catch_warnings_label_encoder test when XGBoost releases. EvalML will upgrade automatically when XGBoost releases, which should actually cause these tests to pass (and thus fail because of the xfail mark). Once the xfail is removed, this story is complete.

貢獻者指南