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/
i8hantanu has quit [Quit: Connection closed for inactivity]
< rcurtin>
ok... I have a new binding type, BINDING_TYPE_MARKDOWN, that generates Markdown documentation for every binding language
< rcurtin>
now I am in the stage of postprocessing it with Jekyll and Kramdown and styling it, so that it can finally look like that mockup I made months ago
< rcurtin>
I think I will have a PR open for it all in the next couple days or mid-next week
< rcurtin>
I feel like I have been working on it forever...
< zoq>
oh yeah, I know exactly what you mean
< zoq>
but nice to see everything comes together
< rcurtin>
same with the Julia bindings. they are 99% there, but I'm waiting to get markdown finished before I open the PR for those
< rcurtin>
once I "announce" mlpack with Julia bindings to my company, I know that there better be good documentation otherwise nobody will use it
< rcurtin>
(which I guess is true for more than just my company too of course)
< Hemal>
Hello ! Is there any way to 'make' a specific test file ? When i use 'make mlpack_test' it makes all the tests. Like 'make mlpack_test for LogisticRegressionTest' ?