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/
govg has quit [Ping timeout: 272 seconds]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#185 (master - f10c2d7 : Ryan Curtin): The build passed.
travis-ci has left #mlpack []
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#186 (master - 3e452e0 : Ryan Curtin): The build passed.
travis-ci has left #mlpack []
< naywhayare> zoq: hopefully I didn't screw anything up with these documentation fixes
< naywhayare> at least on the handful of systems I tested on, with Doxygen 1.7 and 1.8, I was having issues getting the LaTeX formulas to compile. this seems to fix it
< zoq> naywhayare: oh, I didn't check ... Thanks for the fix!
< naywhayare> no problem
< naywhayare> I've got a compiled version on the mlpack website: http://mlpack.org/doxygen-git.php?doc=namespacemlpack_1_1ann.html
< naywhayare> I'd like to set up an infrastructure that allows different versions of the API to be browsed
< naywhayare> would be useful for debugging... and also writing new code, since (at least for me) looking through lots of different files can be time-consuming
< zoq> sounds like a good idea, are you working on that right now? ... looks like I screwed up some latex equations
< naywhayare> yeah, I'm working with the doxygen output right now
< naywhayare> I'll have to switch to something else soon, but I think I can get different versions ready to go soon
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#187 (master - 71ea42f : Ryan Curtin): The build passed.
travis-ci has left #mlpack []
iitian has joined #mlpack
iitian has quit [Client Quit]
gopala has joined #mlpack
< gopala> why's lars so much faster than linear_regression ?
< gopala> with the same parameters
< gopala> also, does lars have a -predict fucnction, or can I use linear_regression to test response to new vectors ?