Skip to content

Commit

Permalink
Rename extract to importance
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Dec 1, 2023
1 parent b1c76a0 commit f4e0bf7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SIRUS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ include("ruleshow.jl")
include("dependent.jl")
export gap_size
include("weights.jl")
include("extract.jl")
include("importance.jl")
export feature_importance, feature_importances

include("mlj.jl")
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ end
include("weights.jl")
end

@testset "extract" begin
include("extract.jl")
@testset "importance" begin
include("importance.jl")
end

if get(ENV, "CAN_RUN_R_SIRUS", "false")::String == "true"
Expand Down

0 comments on commit f4e0bf7

Please sign in to comment.