Skip to content

Commit bd889ac

Browse files
committed
removed guard
1 parent 72efb54 commit bd889ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/DecisionTreeExt.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ function SoleModels.solemodel(
5757
keep_condensed = false,
5858
kwargs...
5959
) where {T,orig_O}
60-
@show "PASO"
6160
# TODO rewrite error according to orig_O
6261
# if isnothing(classlabels)
6362
# 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)