verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
dan_dan has quit [Quit: Page closed]
preet has quit [Ping timeout: 268 seconds]
jas__ has joined #mlpack
djhoulihan has quit [Ping timeout: 265 seconds]
pvskand has joined #mlpack
jas__ has quit [Ping timeout: 264 seconds]
jas__ has joined #mlpack
pvskand has quit [Ping timeout: 252 seconds]
jas__ has quit [Ping timeout: 248 seconds]
miqlas has left #mlpack []
manish7294 has joined #mlpack
manish7294 has quit [Quit: Leaving]
dan_dan has joined #mlpack
< dan_dan>
rcurtin: one last question regarding the Python bindings before Christmas break. I am trying to use hmm_train and I can't seem to find the type of input I need to give it. I gave it an np.ndarray and a string with the filename of my data and got 'expected bytes, found str/np.ndarray/etc". Whenever I pass it the string encoded as bytes, it gives a "Fatal Error". Checking the line, it seems to be on a function that accepts a Python strin
< rcurtin>
dan_dan: I haven't perfected the input for the hmm_train python binding yet
< rcurtin>
right now you should pass in a filename, and this filename should either contain a list of other filenames (if you have many training sequences), in which case you should also give batch=True
< rcurtin>
or the file should just contain the data you are training on