<p>I had to disable MKL and recompile armadillo and mlpack to get around an mkl issue, which did solve the following problem.</p>

<p>Heres the debug info for a linear regression run</p>

<p>$&gt; ~/mlpack/usr/local/bin/mlpack_linear_regression -t /tmp/n20train.csv -r /tmp/ny1.csv -T /tmp/n20test.csv -p /tmp/nyout1.csv -v</p>

<p>[INFO ] Loading '/tmp/n20train.csv' as CSV data. Size is 30 x 20000. <br>
 [INFO ] Loading '/tmp/ny1.csv' as raw ASCII formatted data. Size is 1 x 20000. <br>
Intel MKL ERROR: Parameter 4 was incorrect on entry to DGELSD. <br>
[INFO ] Loading '/tmp/n20test.csv' as CSV data. Size is 30 x 20000. <br>
[FATAL] The model was trained on 18446744073709551615-dimensional data, but the test points in '/tmp/n20test.csv' are 30-dimensional! </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 or <a href="https://github.com/mlpack/mlpack/issues/629">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFKuzXG2hRDFyAhm2JGVyd0x0T2ntks5p6SL-gaJpZM4IN59z.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/629"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>