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: 264 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 244 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 265 seconds]
marcosir1 has quit [Quit: WeeChat 1.4]
govg has joined #mlpack
govg has quit [Ping timeout: 244 seconds]
govg has joined #mlpack
mentekid has joined #mlpack
govg has quit [Ping timeout: 252 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 255 seconds]
mentekid has quit [Ping timeout: 240 seconds]
nilay has joined #mlpack
akanuraj has joined #mlpack
mentekid has joined #mlpack
< akanuraj> hello. i tried building the mlpack library from master.zip (from github) source. It is full of bugs. Has the community released an updated version?
< rcurtin> akanuraj: each of the stable released on the github releases page as well as mlpack.org, mloss.org, and in the package managers of most linux distributions
< rcurtin> when you say it is "full of bugs", can you elaborate on what you mean?
nilay has quit [Ping timeout: 264 seconds]
< akanuraj> @rcurtin: the .hpp files contain a lot of compilation errors.
< akanuraj> @rcurtin: even the stable source(mlpack-2.0.3.tar.gz) has an error. I am pasting the error message my terminal threw up for this
< wiking> :)
< akanuraj> "In file included from /home/kanodia/mlpack-2.0.3/src/mlpack/../mlpack/core.hpp:223:0, from /home/kanodia/mlpack-2.0.3/src/mlpack/core/dists/discrete_distribution.hpp:18, from /home/kanodia/mlpack-2.0.3/src/mlpack/core/dists/discrete_distribution.cpp:14: /home/kanodia/mlpack-2.0.3/src/mlpack/../mlpack/core/dists/gaussian_distribution.hpp:41:42: error: both ‘const’ and ‘constexpr’ cannot be u
< wiking> i love the amount of ignorance in this error reporting :)
< akanuraj> @wiking: i am new here, so could you please correct me. :)
< wiking> yeah being new doesn't mean that you should be rude imho. people are spending their valuable free time on developing open source projects like this and you come and say it is "It is full of bugs" where i bet you that its because you dont know how to compile it actually
< wiking> and this is not about mlpack per se, it's about interacting with any open source project
< rcurtin> akanuraj: it seems to me like you aren't compiling with the build system... can you tell me what you are doing to compile?
< rcurtin> you might want to take a look at this documentation: http://mlpack.org/docs/mlpack-2.0.3/doxygen.php?doc=build.html
< rcurtin> I agree with wiking, calling software 'full of bugs' is a little bit strong if the claim is unsubstantiated :)
< akanuraj> @wiking: I am extremely sorry if i came off as being rude! I did not mean that "hey what you created is full of bug". It was not my intention. I understand how much effort the open source community puts in and i want to be a part of it. I apologize once again. .
akanuraj has quit [Quit: Page closed]
mentekid has quit [Ping timeout: 265 seconds]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#1494 (master - 0059b45 : Ryan Curtin): The build is still failing.
travis-ci has left #mlpack []
Kirizaki has joined #mlpack
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#1495 (master - 1797a49 : Ryan Curtin): The build was fixed.
travis-ci has left #mlpack []
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#1496 (master - 9e5cd0a : lozhnikov): The build was fixed.
travis-ci has left #mlpack []
marcosirc has joined #mlpack
nilay has joined #mlpack
govg has joined #mlpack
jenkins-mlpack has quit []
jenkins-mlpack has joined #mlpack
< rcurtin> ok, I fixed images loading on the blog, so Yannis' ice cream and Marcos' graphs show up again
< rcurtin> it turned out to be a jenkins permissions issue
< zoq> great, thanks!
< Kirizaki> umm...
< Kirizaki> sorry for problem but I open new same issues #771 & #772
< Kirizaki> I already closed #772 but it's better to delete it
< rcurtin> seems like it is not possible to delete issues
< rcurtin> here is a link to a huge github issue with like 1000 +1s :)
< rcurtin> so I guess we can just leave it closed
< Kirizaki> wat?
< Kirizaki> ehh, sorry for that
< rcurtin> no worries :)
< Kirizaki> ;)
< rcurtin> I wonder if they will implement the feature someday, but if not I don't think it is such a huge deal for us
< Kirizaki> ok, again sorry, bye for now
Kirizaki has quit [Quit: Nobody, and I mean NOBODY makes Sheriff Buford T. Justice look like a possum's pecker.]
marcosirc has quit [Ping timeout: 244 seconds]
pantsforbirds has joined #mlpack
marcosirc has joined #mlpack
< marcosirc> rcurtin: thanks for fixing the images on the blog.
< rcurtin> sure, I am glad it turned out to be pretty easy :)
< rcurtin> there were actually two issues, it seems---one of them had to do with relative links, which Marcus fixed; the other was this Jenkins configuration option
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#1498 (master - 1148f16 : Ryan Curtin): The build was broken.
travis-ci has left #mlpack []
< marcosirc> Yeah, I can imagine. Like always, configuration issues!
< marcosirc> Nice to know it was quickly fixed.
< marcosirc> rcurtin: I am finishing the PR on move semantics.
< marcosirc> what do you thinkg about
< marcosirc> taking a reference to the query tree too?
< marcosirc> In order to follow the "design guidelines".
< marcosirc> (instead of a pointer)
< rcurtin> I agree, but I don't think there's any need for a move constructor there
< rcurtin> just Search(TreeType&)
< rcurtin> (it can't be const, because it may update the statistic)
< marcosirc> Yeas
< marcosirc> I agree!
nilay has quit [Ping timeout: 264 seconds]