Skip to content
Snippets Groups Projects
Commit 3b275cd9 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

modifs minors

parent 221e641f
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ def parseTheArgs(arguments): ...@@ -200,7 +200,7 @@ def parseTheArgs(arguments):
groupGradientBoosting.add_argument('--GB_n_est', metavar='INT', type=int, groupGradientBoosting.add_argument('--GB_n_est', metavar='INT', type=int,
action='store', action='store',
help='Set the n_estimators_parameter for Gradient Boosting', help='Set the n_estimators_parameter for Gradient Boosting',
default=1) default=100)
groupQarBoostv3 = parser.add_argument_group('QarBoostv3 arguments') groupQarBoostv3 = parser.add_argument_group('QarBoostv3 arguments')
groupQarBoostv3.add_argument('--QarB3_mu', metavar='FLOAT', type=float, action='store', groupQarBoostv3.add_argument('--QarB3_mu', metavar='FLOAT', type=float, action='store',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment