From a4929d737ee2b696169e029f45db2881b97ebcfa Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Fri, 12 Feb 2021 02:39:26 +0000 Subject: [PATCH] Documentation for 287e00fa68678906fb06eb2745130e228d858e52 --- dc/d38/ordinary__least__squares__regressor_8cpp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dc/d38/ordinary__least__squares__regressor_8cpp.html b/dc/d38/ordinary__least__squares__regressor_8cpp.html index 1a5ca4c25..8303f0c68 100644 --- a/dc/d38/ordinary__least__squares__regressor_8cpp.html +++ b/dc/d38/ordinary__least__squares__regressor_8cpp.html @@ -437,7 +437,7 @@ template<typename T >
436  std::vector<float> Y(N);
437 
438  std::cout
-
439  << "Enter training data. Per sample, provide features ad one output."
+
439  << "Enter training data. Per sample, provide features and one output."
440  << std::endl;
441 
442  for (size_t rows = 0; rows < N; rows++) {