Skip to content

Commit 72efb54

Browse files
committed
added a @show for checking
1 parent ba4d143 commit 72efb54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/DecisionTreeExt.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ function SoleModels.solemodel(
5757
keep_condensed = false,
5858
kwargs...
5959
) where {T,orig_O}
60+
@show "PASO"
6061
# TODO rewrite error according to orig_O
6162
# if isnothing(classlabels)
6263
# error("Please, provide classlabels argument, as in solemodel(forest; classlabels = classlabels, kwargs...). If your forest was trained via MLJ, use `classlabels = (mach).fitresult[2][sortperm((mach).fitresult[3])]`. Also consider providing `featurenames = report(mach).features`.")

0 commit comments

Comments
 (0)