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.
< travis-ci> Change view : https://github.com/mlpack/ensmallen/compare/2b71ec742e81^...2b9bdeae7d7b
travis-ci has left #mlpack []
KimSangYeon-DGU has joined #mlpack
< 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?
< jenkins-mlpack2> Project docker mlpack nightly build build #188: STILL UNSTABLE in 3 hr 28 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/188/
vivekp has quit [Ping timeout: 268 seconds]
vivekp has joined #mlpack
bg2404 has quit [Ping timeout: 256 seconds]
< zoq> bg2404: Hello there, https://www.mlpack.org/involved.html and https://www.mlpack.org/gsoc.html should be helpful, let me know if I should clarify anything.
vivekp has quit [Ping timeout: 268 seconds]
vivekp has joined #mlpack
nick123456789 has joined #mlpack
< 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
chris__ has joined #mlpack
chris__ has quit [Client Quit]
niteya has joined #mlpack
niteya has left #mlpack []
ImQ009 has joined #mlpack
vivekp has quit [Ping timeout: 246 seconds]
vivekp has joined #mlpack
vivekp has quit [Changing host]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 258 seconds]
< jenkins-mlpack2> Project mlpack - git commit test build #84: UNSTABLE in 1 hr 2 min: http://ci.mlpack.org/job/mlpack%20-%20git%20commit%20test/84/
< rcurtin> zoq: nice workaround!
nick123456789 has quit [Ping timeout: 256 seconds]
vivekp has joined #mlpack
KimSangYeon-DGU has joined #mlpack
< KimSangYeon-DGU> Hi rcurtin! I have a question. :)
< KimSangYeon-DGU> about "Fix/Change Windows installer #1642"
< rcurtin> sure, go ahead
< KimSangYeon-DGU> .appveyor.yml that I wrote can extract git version from gitversion.hpp
< KimSangYeon-DGU> However, the git version is a string like "mlpack git-abcd120"
< rcurtin> right, that's what we should use as the version number
< KimSangYeon-DGU> To apply it to WiX, it should be 'x.x.x.x' format.
< KimSangYeon-DGU> Yes
< rcurtin> ugh, I see, we are required to do this with x.x.x.x format
< KimSangYeon-DGU> So, I don't know how to convert "mlpack git-abcd123" to 'x.x.x.x' format (x is integer)
< KimSangYeon-DGU> Yes Yes
< 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. :)