We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da510e3 commit cbac389Copy full SHA for cbac389
test/integration.jl
@@ -29,9 +29,6 @@ FILTER_GIVEN_ISSUE = Dict(
29
model.package_name == "OutlierDetectionNeighbors") ||
30
(model.name == "TSVDTransformer" &&
31
model.package_name == "TSVD"),
32
- "https://github.com/OutlierDetectionJL/OutlierDetectionPython.jl/issues/4" =>
33
- model -> model.name == "CDDetector" &&
34
- model.package_name == "OutlierDetectionPython",
35
"https://github.com/JuliaAI/CatBoost.jl/issues/22" =>
36
model -> model.name == "CatBoostClassifier",
37
"https://github.com/sylvaticus/BetaML.jl/issues/65" =>
0 commit comments