We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149a248 commit fa8e14bCopy full SHA for fa8e14b
src/mlnet/Commands/CommandDefinitions.cs
@@ -87,7 +87,7 @@ Option LabelColumnIndex() =>
87
88
Option MaxExplorationTime() =>
89
new Option(new List<string>() { "--max-exploration-time", "-x" }, "Maximum time in seconds for exploring models with best configuration.",
90
- new Argument<uint>(defaultValue: 10));
+ new Argument<uint>(defaultValue: 60*30));
91
92
Option Verbosity() =>
93
new Option(new List<string>() { "--verbosity", "-V" }, "Output verbosity choices: q[uiet], m[inimal] (by default) and diag[nostic].",
0 commit comments