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/
< Cooler_> Someone can help me, i need a good library or function at mlpack to make BoW - bag of words at may text doc...
< rcurtin> Cooler_: can you explain more of what you mean? you want to turn a text document into a bag-of-words representation?
< rcurtin> mlpack doesn't have a good tool for that but I'm certain there exist some other ones
< rcurtin> once you have a BoW representation, which will be high-dimensional and sparse, you can probably use some mlpack methods with that
< rcurtin> depending on what you're trying to do
< Cooler_> So i need make a text classifier, to make this i need make rank of words, something like BoW (bag of words)... yes i need turn text document into a baf-of-words representation...
< Cooler_> second step i need pass to KNN to classify using euclidean method... i view example of knn at mlpack site... but i dont know any function or library to convert my texts to BoW
< Cooler_> rcurtin you can help me ?
< Cooler_> any sugestion is good to my research...
< rcurtin> Cooler_: let me take a quick look
< rcurtin> you could use scikit to turn the data into bag-of-words
< rcurtin> and then save it as a csv, then you could use mlpack kNN with the 'mlpack_allknn' program
kirizaki has joined #mlpack
< Cooler_> nice
< Cooler_> but scikit-learn is a python, i need C or CPP library etc...
< rcurtin> you can't use python just for the data processing?
< rcurtin> I think maybe this stackoverflow question is the best I can find: http://stackoverflow.com/questions/30328514/bag-of-words-approach-tools-library-for-c
< rcurtin> I think I've got gitdub working again now, so anyone on the mlpack-git list is about to get a thousand emails...
< rcurtin> oh, nevermind, only one... but they should be working in the future
< zoq> I don't mind to get just one mail :)
< rcurtin> yeah I'm a bit disappointed, I was kinda looking forward to every git commit email from the past two months :)
< rcurtin> anyway, big is back up in a semi-compromised form... three other build systems are active (cabbie, shoeshine, and samedi)
< rcurtin> I have to use reverse SSH tunneling to get it to be accessible from outside the symantec office, so hopefully it does not go down too much
< rcurtin> in the mean time I am still trying to get in touch with the guy who was supposed to get the internal network set up to expose big and the other systems here...
< zoq> I used autossh to automatically reconnect, so maybe it's an option if the system goes down to much.
kirizaki has quit [Quit: Konversation terminated!]
< rcurtin> autossh... nice idea... I'll look into that
< rcurtin> usually I just run it in a bash loop or something, but maybe autossh does something smarter
< K4k> Could also try out mosh
< K4k> Really more for mobile ssh with spotty connectivity but it has timeout checks and such that can be tuned
< rcurtin> noted
< Cooler_> ok thanks sir, i thing to get nice performance use C
< rcurtin> Cooler_: great to hear you were able to get it working
< Cooler_> yes thanks...
< Cooler_> https://github.com/CoolerVoid/ninja_shell look this i use this with other implementation with password and token session... to make remote communication
< rcurtin> I like the gif :)
< Cooler_> hahaha
< Cooler_> do you like security codes etc... ?
< rcurtin> even though I work at a computer security company, I'm not a security expert :)
< rcurtin> maybe that will change in future years, we'll see. I'd like to learn more, but I can never seem to find the time :)
Cooler_ has quit [Ping timeout: 272 seconds]
Cooler_ has joined #mlpack
Cooler_ has quit [Ping timeout: 252 seconds]
Cooler_ has joined #mlpack
< zoq> rcurtin: looks like the build server isn't up
< rcurtin> it sure isn't:
< rcurtin> Write failed: Broken pipe
< rcurtin> hang on, let me set up openssh
< rcurtin> er
< rcurtin> autossh
< rcurtin> ok, set up now, let's see how well it works (or how long it works for)
< zoq> hopefully longer than before
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#517 (master - a1662ef : Ryan Curtin): The build passed.
travis-ci has left #mlpack []
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#518 (master - ec35c2d : Ryan Curtin): The build passed.
travis-ci has left #mlpack []
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#519 (master - 46e0a23 : Ryan Curtin): The build passed.
travis-ci has left #mlpack []