Skip to content

Commit 3efc186

Browse files
authored
[AutoML] Change wording for CouldNotFinshOnTime message (#3655)
* set exploration time default in CLI to half hour * [AutoML] Change wording for CouldNotFinshOnTime message * [AutoML] Change wording for CouldNotFinshOnTime message * even better wording for CouldNotFinshOnTime
1 parent 67d1cee commit 3efc186

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mlnet/Strings.resx

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,6 @@
199199
<value>Exception occured while saving the model</value>
200200
</data>
201201
<data name="CouldNotFinshOnTime" xml:space="preserve">
202-
<value>{0} seconds was not enough to train at least one model for your dataset. Try with a longer time. Learn about recommended training time at https://aka.ms/cli-trainingtime</value>
202+
<value>Time expired before creating a model. Try increasing the exploration time from {0} seconds to a longer duration using the --max-exploration-time option. Learn about recommended training time at https://aka.ms/cli-trainingtime</value>
203203
</data>
204204
</root>

src/mlnet/strings.Designer.cs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)