<p>In <a href="https://github.com/mlpack/mlpack/pull/680#discussion_r66475327">src/mlpack/methods/hoeffding_trees/hoeffding_tree_main.cpp</a>:</p>
<pre style='color:#555'>&gt; @@ -56,10 +56,10 @@ PARAM_STRING(&quot;output_model_file&quot;, &quot;File to save trained tree to.&quot;, &quot;M&quot;, &quot;&quot;);
&gt;  
&gt;  PARAM_STRING(&quot;test_file&quot;, &quot;File of testing data.&quot;, &quot;T&quot;, &quot;&quot;);
&gt;  PARAM_STRING(&quot;test_labels_file&quot;, &quot;Labels of test data.&quot;, &quot;L&quot;, &quot;&quot;);
&gt; -PARAM_STRING(&quot;predictions_file&quot;, &quot;File to output label predictions for test &quot;
&gt; -    &quot;data into.&quot;, &quot;p&quot;, &quot;&quot;);
&gt; -PARAM_STRING(&quot;probabilities_file&quot;, &quot;In addition to predicting labels, provide &quot;
&gt; -    &quot;prediction probabilities in this file.&quot;, &quot;P&quot;, &quot;&quot;);
&gt; +PARAM_STRING(&quot;output_predictions_file&quot;, &quot;File to output label predictions for&quot;
&gt; +    &quot;test data into.&quot;, &quot;p&quot;, &quot;&quot;);
&gt; +PARAM_STRING(&quot;output_probabilities_file&quot;, &quot;In addition to predicting labels, &quot;
&gt; +    &quot;provide prediction probabilities in this file.&quot;, &quot;P&quot;, &quot;&quot;);
</pre>
<p>I changed them back to follow the policy :)</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/pull/680/files/92f3cd11d129367ba1b48d79b3081409ae80707a#r66475327">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFDd8iImHB4kVSVPfWhQdksKvM1E2ks5qKEAAgaJpZM4Iu0EJ">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFGT2IKTVV8RodynjiTHSImGAtWdFks5qKEAAgaJpZM4Iu0EJ.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/pull/680/files/92f3cd11d129367ba1b48d79b3081409ae80707a#r66475327"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>