Skip to content

Commit

Permalink
Update Classification/Core/src/main/java/org/tribuo/classification/en…
Browse files Browse the repository at this point in the history
…semble/AdaBoostTrainer.java

Co-authored-by: Jack Sullivan <[email protected]>
  • Loading branch information
Craigacp and JackSullivan authored Dec 23, 2024
1 parent 55096d8 commit 2ed9595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public WeightedEnsembleModel<Label> train(Dataset<Label> examples) {
*/
@Override
public WeightedEnsembleModel<Label> train(Dataset<Label> examples, Map<String, Provenance> runProvenance) {
return(train(examples, runProvenance, INCREMENT_INVOCATION_COUNT));
return train(examples, runProvenance, INCREMENT_INVOCATION_COUNT);
}

@Override
Expand Down

0 comments on commit 2ed9595

Please sign in to comment.