File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ FILTER_GIVEN_ISSUE = Dict(
44
44
" MultiTaskLassoCVRegressor" ,
45
45
" MultiTaskLassoRegressor" ,
46
46
],
47
- " https://github.com/JuliaAI/FeatureSelection.jl/issues/15" =>
48
- model -> model. package_name == " FeatureSelection" &&
49
- model. name == " RecursiveFeatureElimination" ,
50
47
" https://github.com/sylvaticus/BetaML.jl/issues/75" =>
51
48
model -> model. package_name == " BetaML" &&
52
49
model. name == " NeuralNetworkClassifier" ,
@@ -155,11 +152,7 @@ PATHOLOGIES = filter(MODELS) do model
155
152
# TO REDUCE TESTING TIME
156
153
model. package_name == " MLJScikitLearnInterface" ||
157
154
# "https://github.com/MilesCranmer/SymbolicRegression.jl/issues/390" =>
158
- model. package_name == " SymbolicRegression" ||
159
- # can be removed after resolution of
160
- # https://github.com/JuliaAI/FeatureSelection.jl/issues/15
161
- # and a Model Registry update
162
- model. name == " RecursiveFeatureElimination"
155
+ model. package_name == " SymbolicRegression"
163
156
end
164
157
165
158
WITHOUT_DATASETS = vcat (WITHOUT_DATASETS, PATHOLOGIES)
You can’t perform that action at this time.
0 commit comments