[mlpack-git] [mlpack] hmm dimension problem with zeros in first row (#480)

Ryan Curtin notifications at github.com
Tue Nov 24 13:29:24 EST 2015


Your CSV is malformed; take a look at the first line:

```
0.019098,0.053043,0,-1.179118,-0.040147,-0.728931,0,1.218595,0,-0.661137,0.104394,-0.564637,0,1.301586,0;420.082458;19.137304;-1885.803711;-0.420706;0.403104;-0.361714;0.727789;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000
```

The zeros are separated by semicolons, not commas.  Change it to commas, and you shouldn't have any problems loading the full 29 dimensions.

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/480#issuecomment-159363745
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20151124/4e47df51/attachment.html>


More information about the mlpack-git mailing list