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: 248 seconds]
cult- has left #mlpack []
govg has joined #mlpack
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 248 seconds]
vivekp has joined #mlpack
kartheekcic has joined #mlpack
kartheekcic has quit [Client Quit]
kartheekcic has joined #mlpack
kartheekcic has quit [Ping timeout: 260 seconds]
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#3444 (master - 6d4574d : Ryan Curtin): The build has errored.
< rcurtin>
looks like there is some problem with travis routing for now, the apt repositories aren't downloading right it seems
< zoq>
yeah, we can restart the build later
< rcurtin>
yep, unfortunately I will have to wait until later to know if I am finally done with the python fixes PR :)
< rcurtin>
it took forever to hand-check each of those programs; I think I may open an issue that could be useful to new people to write tests for the different bindings like in tests/main_tests/pca_test.cpp
< zoq>
I think that is a great idea.
< rcurtin>
sure, I guess I will go ahead and open the issue then; I think it's actually a pretty good way to learn about the library
< rcurtin>
since to write a test, basically you have to understand the binding, what it does, and write a few simple test cases to use it
< zoq>
right, that applies to other parts as well
< rcurtin>
agreed
< rcurtin>
ok, hopefully #1152 will be a good starting place for some new contributors