[mlpack-git] [mlpack/mlpack] improve the imputer program (#740)

Ryan Curtin notifications at github.com
Sat Aug 13 14:17:49 EDT 2016


> @@ -32,7 +32,9 @@ PROGRAM_INFO("Impute Data", "This utility takes a dataset and converts user "
>  PARAM_STRING_IN_REQ("input_file", "File containing data,", "i");
>  PARAM_STRING_OUT("output_file", "File to save output", "o");
>  PARAM_STRING_IN("missing_value", "User defined missing value", "m", "");
> -PARAM_STRING_IN("strategy", "imputation strategy to be applied", "s", "");
> +PARAM_STRING_IN("strategy", "imputation strategy to be applied. Strategies "
> +    "should be one of 'custom', 'mean', 'median', and 'listwise_deletion'.", "s"
> +    , "");

If the `"s",` is too wide for the previous line, can you put it on the next line with the comma attached, instead of breaking the line on the comma?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/740/files/0a6ab525976bd0c5b1e5dd42af977767fcd4750b#r74690283
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160813/4795c319/attachment.html>


More information about the mlpack-git mailing list