Skip to content

Commit 8073cfc

Browse files
srsaggamDmitry-A
authored andcommitted
changed order (dotnet#388)
1 parent 09c9adf commit 8073cfc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/mlnet/Commands/CommandDefinitions.cs

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ internal static System.CommandLine.Command AutoTrain(ICommandHandler handler)
1818
{
1919
var newCommand = new System.CommandLine.Command("auto-train", "Create a new .NET project using ML.NET to train and run a model", handler: handler)
2020
{
21+
MlTask(),
2122
Dataset(),
2223
ValidationDataset(),
2324
TestDataset(),
24-
MlTask(),
2525
LabelName(),
26-
MaxExplorationTime(),
2726
LabelColumnIndex(),
28-
Verbosity(),
29-
Name(),
30-
OutputPath(),
3127
HasHeader(),
28+
MaxExplorationTime(),
3229
Cache(),
3330
IgnoreColumns(),
31+
Verbosity(),
32+
Name(),
33+
OutputPath(),
3434
};
3535

3636
newCommand.Argument.AddValidator((sym) =>

0 commit comments

Comments
 (0)