Skip to content

Commit 466ea27

Browse files
authored
set MMI is_wrapper trait as true (#22)
1 parent e0a8ebd commit 466ea27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/rfe.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ end
397397
MMI.load_path(::Type{<:RFE}) = "FeatureSelection.RecursiveFeatureElimination"
398398
MMI.constructor(::Type{<:RFE}) = RecursiveFeatureElimination
399399
MMI.package_name(::Type{<:RFE}) = "FeatureSelection"
400+
MMI.is_wrapper(::Type{<:RFE}) = true
400401

401402
for trait in [
402403
:supports_weights,

0 commit comments

Comments
 (0)