[mlpack-git] master: Use correct name for linear regression program. (ff5e923)

gitdub at mlpack.org gitdub at mlpack.org
Thu Sep 15 09:25:17 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/310e72d7afeb952bb08a0d0dabf16cc605178528...02e7f5decaee4fba970f3b7a952b8eda1c5b43dc

>---------------------------------------------------------------

commit ff5e9234b84e8ecf0ce78481ad7fda3ecf36da3a
Author: Matthew Henderson <matthew.james.henderson at gmail.com>
Date:   Thu Sep 15 14:25:17 2016 +0100

    Use correct name for linear regression program.


>---------------------------------------------------------------

ff5e9234b84e8ecf0ce78481ad7fda3ecf36da3a
 doc/tutorials/linear_regression/linear_regression.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/tutorials/linear_regression/linear_regression.txt b/doc/tutorials/linear_regression/linear_regression.txt
index 22c0053..d2cac8c 100644
--- a/doc/tutorials/linear_regression/linear_regression.txt
+++ b/doc/tutorials/linear_regression/linear_regression.txt
@@ -198,7 +198,7 @@ dataset used to create the model, one.  If the model generating dataset has
 @subsection cli_ex3_lrtut Prediction using a precomputed model
 
 @code
-$ linear_regression --input_model_file lr.xml --test_file predict.csv -v
+$ mlpack_linear_regression --input_model_file lr.xml --test_file predict.csv -v
 [INFO ] Loading 'predict.csv' as raw ASCII formatted data.  Size is 1 x 3.
 [INFO ] Saving CSV data to 'predictions.csv'.
 [INFO ]




More information about the mlpack-git mailing list