From 13fafb43e98a686de833a9bbd8c0d80aa50561c4 Mon Sep 17 00:00:00 2001 From: Adarsh Santoria <108261986+AdarshSantoria@users.noreply.github.com> Date: Fri, 27 Jan 2023 12:11:46 +0530 Subject: [PATCH 1/2] Fix a typo --- doc/user/formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/formats.md b/doc/user/formats.md index f7c6daae42..e80e3b8cf5 100644 --- a/doc/user/formats.md +++ b/doc/user/formats.md @@ -177,7 +177,7 @@ matrix = matrix.t(); // We must transpose after load! The transposition after loading is necessary if the coordinate list is in row-major format (that is, if each row in the matrix represents a point and each column represents a feature). Be sure that the matrix you use with mlpack -methods has points as columns and features as rows! See \ref matrices for more +methods has points as columns and features as rows! See [matrices](matrices.md) for more information. ## Categorical features and command line programs From 094d9b6a16b58a120b4f046859b14871867e1a84 Mon Sep 17 00:00:00 2001 From: Adarsh Santoria <108261986+AdarshSantoria@users.noreply.github.com> Date: Wed, 1 Feb 2023 11:19:41 +0530 Subject: [PATCH 2/2] Update doc/user/formats.md Co-authored-by: Ryan Curtin --- doc/user/formats.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/formats.md b/doc/user/formats.md index e80e3b8cf5..eaf928edba 100644 --- a/doc/user/formats.md +++ b/doc/user/formats.md @@ -177,8 +177,8 @@ matrix = matrix.t(); // We must transpose after load! The transposition after loading is necessary if the coordinate list is in row-major format (that is, if each row in the matrix represents a point and each column represents a feature). Be sure that the matrix you use with mlpack -methods has points as columns and features as rows! See [matrices](matrices.md) for more -information. +methods has points as columns and features as rows! See [matrices](matrices.md) +for more information. ## Categorical features and command line programs