From 02d4f2286431b1b0b2b8c295e4b3374a03553d0a Mon Sep 17 00:00:00 2001 From: alexiftode <71643916+alexiftode@users.noreply.github.com> Date: Wed, 17 May 2023 19:29:07 +0100 Subject: [PATCH] Update README.md Not a big issue but I was a bit confused if there is a missing file. I believe HeartTraining.tsv should be HeartTraining.csv to reflect the real present files. --- .../BinaryClassification_HeartDiseaseDetection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/csharp/getting-started/BinaryClassification_HeartDiseaseDetection/README.md b/samples/csharp/getting-started/BinaryClassification_HeartDiseaseDetection/README.md index 66e6eceec..912a13260 100644 --- a/samples/csharp/getting-started/BinaryClassification_HeartDiseaseDetection/README.md +++ b/samples/csharp/getting-started/BinaryClassification_HeartDiseaseDetection/README.md @@ -54,7 +54,7 @@ To solve this problem, first we will build an ML model. Then we will train the m Building a model includes: -* Define the data's schema maped to the datasets to load (`HeartTraining.tsv` and `HeartTest.csv`) with a TextLoader. +* Define the data's schema maped to the datasets to load (`HeartTraining.csv` and `HeartTest.csv`) with a TextLoader. * Create an Estimator by concatenateing the features into single 'features' column