Skip to content

Commit

Permalink
Merge branch 'fix-MLBazaargh-27'
Browse files Browse the repository at this point in the history
  • Loading branch information
micahjsmith committed Jun 25, 2021
2 parents 63ab14d + 31df5f7 commit d6f4be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autobazaar/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def _get_parser():

# Search Configuration
search_args = ArgumentParser(add_help=False)
search_args.add_argument('-b', '--budget', type=int,
search_args.add_argument('-b', '--budget', type=int, default=0,
help='If given, maximum number tuning iterations to perform.')
search_args.add_argument('-s', '--splits', type=int, default=5,
help='Number of Cross Validation Folds. Defaults to 5')
Expand Down

0 comments on commit d6f4be8

Please sign in to comment.