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
dany has joined #mlpack
dan_dan has quit [Quit: Page closed]
dany is now known as dan_dan
jas__ has joined #mlpack
jas__ is now known as preet
preet has quit [Ping timeout: 248 seconds]
grey__ has joined #mlpack
preet has joined #mlpack
grey___ has joined #mlpack
grey__ has quit [Ping timeout: 248 seconds]
grey___ has quit [Quit: Mutter: www.mutterirc.com]
grey__ has joined #mlpack
grey__ has left #mlpack []
JKSamir has joined #mlpack
JKSamir has quit [Client Quit]
< 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
< rcurtin> let me run a quick test on it
< rcurtin> >>> hmm_train(input_file='build/test_data_3_1000.csv', type='gaussian', states=5, verbose=True)
< rcurtin> that works for me (although the HMM it trains is kind of meaningless, since that's just some random data file)
< rcurtin> and if I create a file called 'build/files.csv' which just contains three lines, all of which are 'build/test_data_3_1000.csv', this works:
< rcurtin> >>> hmm_train(input_file='build/files.csv', batch=True, type='gaussian', states=5, verbose=True)
witness has joined #mlpack
dan_dan has quit [Ping timeout: 272 seconds]
saurav has joined #mlpack
< saurav> hii, i would like to contribute mlpack can you tell me where to start from ?
saurav has quit [Client Quit]
vivekp has quit [Ping timeout: 252 seconds]