From 2b2c7fa950e9f0e751a89a6eb27609a2e8d912b5 Mon Sep 17 00:00:00 2001 From: Omar Shrit Date: Fri, 5 Nov 2021 20:15:23 +0100 Subject: [PATCH] Update src/mlpack/core/data/load_categorical_csv.hpp Co-authored-by: Marcus Edel --- src/mlpack/core/data/load_categorical_csv.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/core/data/load_categorical_csv.hpp b/src/mlpack/core/data/load_categorical_csv.hpp index e380320a40..e98b02f7a0 100644 --- a/src/mlpack/core/data/load_categorical_csv.hpp +++ b/src/mlpack/core/data/load_categorical_csv.hpp @@ -136,7 +136,7 @@ template void LoadCSV::InitializeMapper(size_t& rows, size_t& cols, DatasetMapper& info) { // Take a pass through the file. If the DatasetMapper policy requires it, - // we will pass everything string through MapString(). This might be useful + // we will pass everything as string through MapString(). This might be useful // if, e.g., the MapPolicy needs to find which dimensions are numeric or // categorical.