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 e0a8ebd commit 466ea27Copy full SHA for 466ea27
src/models/rfe.jl
@@ -397,6 +397,7 @@ end
397
MMI.load_path(::Type{<:RFE}) = "FeatureSelection.RecursiveFeatureElimination"
398
MMI.constructor(::Type{<:RFE}) = RecursiveFeatureElimination
399
MMI.package_name(::Type{<:RFE}) = "FeatureSelection"
400
+MMI.is_wrapper(::Type{<:RFE}) = true
401
402
for trait in [
403
:supports_weights,
0 commit comments