Skip to content

Commit fae75c8

Browse files
committed
Remove Console.Readline at the end of the samples. (dotnet#3278)
1 parent 6593ed5 commit fae75c8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/samples/Microsoft.ML.Samples/Dynamic/DataOperations/DataViewEnumerable.cs

-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ public static void Example()
5454
// 1/4/2012 34 0
5555
// 1/5/2012 35 0
5656
// 1/6/2012 35 0
57-
58-
Console.ReadLine();
5957
}
6058
}
6159
}

docs/samples/Microsoft.ML.Samples/Dynamic/FeatureContributionCalculationTransform.cs

-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using Microsoft.ML;
33
using Microsoft.ML.Data;
44
using Microsoft.ML.SamplesUtils;
5-
using Microsoft.ML.Trainers;
65

76
namespace Samples.Dynamic
87
{
@@ -77,7 +76,6 @@ public static void Example()
7776

7877
index++;
7978
}
80-
Console.ReadLine();
8179

8280
// The output of the above code is:
8381
// Label Score BiggestFeature Value Weight Contribution

0 commit comments

Comments
 (0)