Skip to content

Commit

Permalink
fix requires from MLEvaluationSingleFold
Browse files Browse the repository at this point in the history
  • Loading branch information
mafrahm committed Aug 12, 2024
1 parent 3ddaa2d commit e4ff078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hbw/tasks/ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ def requires(self):
reqs["training"] = self.reqs.MLTraining.req_different_branching(
self,
branches=(self.fold,),
branch=self.fold,
configs=(self.config_inst.name,),
calibrators=(self.calibrators,),
selectors=(self.selector,),
Expand Down

0 comments on commit e4ff078

Please sign in to comment.