We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efe412 commit 4fe5295Copy full SHA for 4fe5295
docs/samples/Microsoft.ML.AutoML.Samples/RegressionExperiment.cs
@@ -14,9 +14,7 @@ public static class RegressionExperiment
14
private static string ModelPath = Path.Combine(BaseDatasetsLocation, "TaxiFareModel.zip");
15
private static string LabelColumnName = "FareAmount";
16
private static uint ExperimentTime = 60;
17
-
18
- // STEP 2: Run an AutoML experiment
19
+
20
public static void Run()
21
{
22
MLContext mlContext = new MLContext();
0 commit comments