JMLC and l2-svm.dml

2017-08-25 Thread Federico Wachs
Hi all, I've been able to follow the steps showed here and I want to use the created model from JMLC. But when I try to load the model like this: *String dml = "/home/fwachs/work/systemml/scripts/algorithms/l

Re: JMLC and l2-svm.dml

2017-08-25 Thread Federico Wachs
Nevermind. I actually found out that I could change the output to write to the model file from csv to text which actually writes the matrix. Thanks, On Fri, Aug 25, 2017 at 11:02 AM Federico Wachs < federico.wa...@sqlstream.com> wrote: > Hi all, > > I've been able to follow the steps showed here

Re: JMLC and l2-svm.dml

2017-08-25 Thread Matthias Boehm
thanks for reaching out - let us quickly go through these issues to demystify them: 1) Matrix text formats: Apart from binary representations, we support the following text matrix formats: "mm" (matrix market), "text" (like matrix market but without the meta data header), and "csv". The sparse "te