Skip to content

Commit

Permalink
add new BetaML issue to the integratioin test filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Dec 20, 2024
1 parent b6190a5 commit e082c50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/integration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ FILTER_GIVEN_ISSUE = Dict(
],
"https://github.com/JuliaAI/FeatureSelection.jl/issues/15" =>
model -> model.package_name == "FeatureSelection" &&
model.name == "RecursiveFeatureElimination"
model.name == "RecursiveFeatureElimination",
"https://github.com/sylvaticus/BetaML.jl/issues/75" =>
model -> model.package_name == "BetaML" &&
model.name == "NeuralNetworkClassifier"
)


Expand Down

0 comments on commit e082c50

Please sign in to comment.