Skip to content

Commit

Permalink
remove CatBoost from integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 17, 2024
1 parent dbcfb61 commit c4c08aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const OTHER_TEST_LEVEL = 3
# # RECORD OF OUTSTANDING ISSUES

FILTER_GIVEN_ISSUE = Dict(
" https://github.com/JuliaAI/CatBoost.jl/issues/37" =>
model -> model.package_name = "CatBoost",
"https://github.com/JuliaAI/MLJ.jl/issues/1085" =>
model ->
(model.name == "AdaBoostStumpClassifier" &&
Expand Down

0 comments on commit c4c08aa

Please sign in to comment.