Skip to content

Commit 687dddd

Browse files
committed
add forgotten regressor case
1 parent 1b9808a commit 687dddd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MLJDecisionTreeInterface.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@ function MMI.update(
340340
only_iterations_have_changed = MMI.is_same_except(model, old_model, :n_trees)
341341

342342
if !only_iterations_have_changed
343+
verbosity > 0 && @info "Detected a change to hyperparameters " *
344+
"not restricted to `n_trees`. Recomputing $n_trees trees. "
343345
return MMI.fit(
344346
model,
345347
verbosity,

0 commit comments

Comments
 (0)