Skip to content

Commit 935e318

Browse files
jwood803natke
authored andcommitted
Update max exploration time default (#12537)
The doc mentions that the default maximum exploration time is 10 seconds, however the code for this option has it as 30 minutes. https://github.com/dotnet/machinelearning/blob/fac974daaec029b732802c1d0802818a27ab37be/src/mlnet/Commands/CommandDefinitions.cs#L88-L90 Updating the doc to reflect the default value that's in the code.
1 parent 957fbac commit 935e318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/machine-learning/reference/ml-net-cli-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ In order to use the `--label-column-name` argument, you need to have a header in
223223

224224
`--max-exploration-time | -x` (string)
225225

226-
By default, the maximum exploration time is 10 seconds.
226+
By default, the maximum exploration time is 30 minutes.
227227

228228
This argument sets the maximum time (in seconds) for the process to explore multiple trainers and configurations. The configured time may be exceeded if the provided time is too short (say 2 seconds) for a single iteration. In this case, the actual time is the required time to produce one model configuration in a single iteration.
229229

0 commit comments

Comments
 (0)