Skip to content

Commit

Permalink
bf
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Nov 3, 2023
1 parent f3367b5 commit 0db8cd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/HHbbVV/postprocessing/TrainBDT.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,9 @@ def main(args):
)

if not args.inference_only:
evaluate_model(model, args.model_dir, train, test, multiclass=args.multiclass)
evaluate_model(
model, args.model_dir, train, test, args.test_size, multiclass=args.multiclass
)

if not args.evaluate_only:
do_inference(model, args.model_dir, data_dict, multiclass=args.multiclass)
Expand Down

0 comments on commit 0db8cd0

Please sign in to comment.