ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
sreenik has joined #mlpack
vivekp has joined #mlpack
gmanlan has joined #mlpack
gmanlan has quit [Client Quit]
Yashwants19 has joined #mlpack
Yashwants19 has quit [Quit: Page closed]
< chandramouli_r>
zoq: It passes on my local machine
< jeffin143>
rcurtin : so I m having some doubts regarding binding for string utilities function
< jeffin143>
Now, either the function can accept a .txt file as input and then do the needful* preprocessing and all , but we don't have that option Currently in our code base*, the text file can't be given as direct input, we can just accept a matrix * and if we accept a mat and the input file is a .txt then the dataset mapper comes into play and encodes everything*
< jeffin143>
So a possible work around could be , to just give the name of the file* and then read the contents from the file, and but again most of the dataset would be .csv and string would be involved in a particular column, so we have to read contents of .csv
< jeffin143>
Because the api type is all vector<string> .
< jeffin143>
And hence I need some help with binding building
< jeffin143>
rcurtin , I got a way out of the problem :) , I am not sure whether it is the perfect way out , but anyhow I will work on it , and may be you can comment on it when I open a PR
< jeffin143>
I must say, mlpack is way ahead of its time , the automatic binding is wow , sorry but I easily get impressed by things .