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/
travis-ci has joined #mlpack
< travis-ci>
mlpack/ensmallen#90 (ensmallen-1.13.0 - 2b9bdea : Ryan Curtin): The build passed.
< ShikharJ>
Hmm, interesting, today I complete my first year of working with mlpack :)
< rcurtin>
ShikharJ: happy mlpack anniversary! It seems like it has been a good year :)
< ShikharJ>
rcurtin: Yeah, learned a lot. Personally, it was one of the most productive and fruitful years of my life.
< rcurtin>
:)
< rcurtin>
well hopefully this year can be as good also (assuming that productivity == good which is not always true :))
< rcurtin>
I'm gonna head to bed
< rcurtin>
but I did notice that the travis build on xenial takes only 30-40 minutes (or at least it did for this trial) so that is a really nice improvement
< rcurtin>
probably compile speed improvements via a newer gcc version or something
< KimSangYeon-DGU>
ShikharJ: Congratulations! :)
niteya has joined #mlpack
< niteya>
rcurtin: Can you review my PR #1632
niteya has quit [Quit: Leaving]
ImQ009 has joined #mlpack
KimSangYeon-DGU has quit [Quit: Page closed]
niteya has joined #mlpack
niteya has quit [Client Quit]
ImQ009 has quit [Read error: Connection reset by peer]
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
bg2404 has joined #mlpack
< bg2404>
Hi, I'm a beginner. I well-versed with C++ and have a little background in machine learning. I want to contribute to mlpack. Can someone help me in getting started?
< nick123456789>
Hi all. I have a question regarding the use of the DBSCAN class. I have an application where I repeatedly want to cluster datapoints from maesurements. For this I have a pointer of type DBSCAN on which I call `Cluster` whenever I get a new measurement. This yields very unexpected clustering, however. When I instantiate a new DBSCAN object whenever I want to process a measurement, the clustering makes much more sense. Is there an
< rcurtin>
I'm fine using just the x.x.x extracted from src/mlpack/core/util/version.hpp, but we should see if there is some other field where we can put the git revision
< rcurtin>
so that it's clear to a user if they have installed an actual release or a git version
< KimSangYeon-DGU>
Okay
< rcurtin>
I'm not very familiar with WiX so I don't know what set of options are available
< rcurtin>
maybe we can change the "Name" in this case or something from 'mlpack' to 'mlpack git-abcd123'
< KimSangYeon-DGU>
I checked and The version of WiX can't use string.
< KimSangYeon-DGU>
Ah~
< KimSangYeon-DGU>
Okay!! I got it.
< rcurtin>
sounds good---maybe there is something better than "Name", that was just the first idea I came up with :)
< rcurtin>
I think you know I am not a Windows user, so I'm happy to defer to what you think is best here
< KimSangYeon-DGU>
Okay. :)
< KimSangYeon-DGU>
I'll check if there is something better than the idea. :)
< rcurtin>
sounds good, thanks for your hard work :)
ImQ009 has quit [Quit: Leaving]
< ShikharJ>
KimSangYeon-DGU: Thanks!
< KimSangYeon-DGU>
It's my pleasure to work with you. :)