<p>My version of mlpack is 2.0.1 git-4fa39b6:</p>

<p>When I run mlpack_softmax_regression like:</p>

<p>~/mlpack/build$ ./bin/mlpack_softmax_regression -t iris.csv -l iris_labels.txt --output_model_file o.csv<br>
[WARN ] None of --output_model, --test_labels, or --predictions_file are set; no results from this program will be saved.</p>

<h1>nothing more....</h1>

<p>In line 46 of softmax_regression_main.cpp , <code>output_model_file</code> was registed as an arg name, <br>
but in line 24 and line 113 and 137 lost the <code>_file</code> suffix!!!</p>

<pre><code>PARAM_STRING("input_model_file", "File containing existing model (parameters).", "m", "");
const string outputModelFile = CLI::GetParam&lt;string&gt;("output_model") ...
data::Save(CLI::GetParam&lt;std::string&gt;("output_model") ...
</code></pre>

<p>In fact <code>input_model</code> has the same problem.</p>

<p>My version of boost::program_options is 1.58 </p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/issues/697">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFANuohCllvPoHLRjfF-3NfJWK5XJks5qL4AegaJpZM4I1_Jv">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFNfDjs-0_P84JBEuqqSeC7S8Spyaks5qL4AegaJpZM4I1_Jv.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/issues/697"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>