Skip to content

Commit 1dc53a1

Browse files
committed
Checking in changes
1 parent 7bfc686 commit 1dc53a1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MLNETInAction/code/MLModelTrainer/Program.cs

+4-2
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@ static void Main(string[] args)
5555

5656
Console.WriteLine("The prediction is {0}", prediction);
5757

58-
Console.ReadKey();
59-
6058
//Save Model
6159
Operations.SaveModel(mlContext, trainedModel, "iris_model.zip");
60+
61+
Console.ReadKey();
62+
63+
6264
}
6365
}
6466
}
1.96 KB
Binary file not shown.

0 commit comments

Comments
 (0)