Skip to content

Commit 4fe5295

Browse files
committed
remove unneeded comment
1 parent 3efe412 commit 4fe5295

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/samples/Microsoft.ML.AutoML.Samples/RegressionExperiment.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ public static class RegressionExperiment
1414
private static string ModelPath = Path.Combine(BaseDatasetsLocation, "TaxiFareModel.zip");
1515
private static string LabelColumnName = "FareAmount";
1616
private static uint ExperimentTime = 60;
17-
18-
// STEP 2: Run an AutoML experiment
19-
17+
2018
public static void Run()
2119
{
2220
MLContext mlContext = new MLContext();

0 commit comments

Comments
 (0)