Jari

jarirajari ·

Code artist #Java #JS #JVM
uber/ludwig

Sequence or sequence-to-sequence prediction with Ludwig?

I have a file that contains a sequence of integer numbers as a column like this:

5491180
2223344
0152982
1234567
1894742

I am trying to do (LSTM) sequence or sequence-to-sequence prediction with Ludwig. But it seems that I cannot get model specification righ...