Skip to content

Commit

Permalink
Update file type in comment in AutoML taxi fare samples (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
daholste committed Jun 18, 2019
1 parent 03e34fb commit 2a86b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -404,7 +404,7 @@ private static void TestSinglePrediction(MLContext mlContext)

} // The pl object is disposed here

// Open Chart File In Microsoft Photos App (Or default app, like browser for .svg)
// Open chart file in Microsoft Photos App (or default app for .svg or .png, like browser)

Console.WriteLine("Showing chart...");
var p = new Process();
Expand Down
Expand Up @@ -262,7 +262,7 @@ private static void TestSinglePrediction(MLContext mlContext)

} // the pl object is disposed here

// Open Chart File In Microsoft Photos App (Or default app, like browser for .svg)
// Open chart file in Microsoft Photos App (or default app for .svg or .png, like browser)

Console.WriteLine("Showing chart...");
var p = new Process();
Expand Down

0 comments on commit 2a86b9a

Please sign in to comment.