I'm trying to use Myrrix on a dataset, following the tutorial (using the web interface to ingest data). When I try the sample file (audioscrobbler-data.subset.csv) everything works as expected, but when I upload my own file it doesn't work, although it follows the same structure. I initially thought the issue may be values of 0, but removing those didn't help, and there's no error in the log - when I ingest, nothing seems to happen except for memory consumption going up for a minute.
See my input here: http://pastebin.com/F2dDQmFX
Just copying the comment for the record:
It will wait for a certain amount of input (which you can configure) before starting a new model build. You can suggest a new model build with the /refresh
endpoint. But it will also be approximately updating the model in memory as it arrives anyway, so you don't necessarily have to force a rebuild in order to learn from the new data.