Skip to content

Commit

Permalink
fixing composite_models test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
pebeto committed Aug 6, 2023
1 parent b590fac commit 6344ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/composition/models/stacking.jl
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ function internal_stack_report(
results = NamedTuple{modelnames}(
[(
measure = stack.measures,
model = model,
measurement = Vector{Any}(undef, n_measures),
operation = _actual_operations(nothing, stack.measures, model, verbosity),
per_fold = [Vector{Any}(undef, nfolds) for _ in 1:n_measures],
Expand Down

0 comments on commit 6344ce4

Please sign in to comment.