Skip to content

Commit

Permalink
remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daholste committed Apr 24, 2019
1 parent 3efe412 commit 4fe5295
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ public static class RegressionExperiment
private static string ModelPath = Path.Combine(BaseDatasetsLocation, "TaxiFareModel.zip");
private static string LabelColumnName = "FareAmount";
private static uint ExperimentTime = 60;

// STEP 2: Run an AutoML experiment


public static void Run()
{
MLContext mlContext = new MLContext();
Expand Down

0 comments on commit 4fe5295

Please sign in to comment.