Skip to content

Commit

Permalink
set MMI is_wrapper trait as true (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
OkonSamuel authored Jul 28, 2024
1 parent e0a8ebd commit 466ea27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/rfe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ end
MMI.load_path(::Type{<:RFE}) = "FeatureSelection.RecursiveFeatureElimination"
MMI.constructor(::Type{<:RFE}) = RecursiveFeatureElimination
MMI.package_name(::Type{<:RFE}) = "FeatureSelection"
MMI.is_wrapper(::Type{<:RFE}) = true

for trait in [
:supports_weights,
Expand Down

0 comments on commit 466ea27

Please sign in to comment.