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/
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 265 seconds]
xiaohong has joined #mlpack
xiaohong_ has joined #mlpack
xiaohong has quit [Ping timeout: 276 seconds]
xiaohong_ has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
< jenkins-mlpack2> Yippee, build fixed!
< jenkins-mlpack2> Project docker ensmallen nightly build build #88: FIXED in 49 min: http://ci.mlpack.org/job/docker%20ensmallen%20nightly%20build/88/
shreyateeza has joined #mlpack
shreyateeza has quit [Remote host closed the connection]
< jenkins-mlpack2> Yippee, build fixed!
< jenkins-mlpack2> Project docker mlpack nightly build build #529: FIXED in 3 hr 4 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/529/
xiaohong has quit [Ping timeout: 240 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Read error: Connection reset by peer]
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
lixin has joined #mlpack
lixin has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 250 seconds]
< rcurtin> zoq: maybe I don't understand the azure interfaces, but I'm not sure how to get to the test failures for the macOS plain job here:
< rcurtin> if I click on the failed "publish tests" step for the macOS plain build, it says:
< rcurtin> but if I try to go to that link, it asks me to sign in to Microsoft Live...
< rcurtin> once I finally create the account and give Microsoft permission to spam me about their products, etc., etc. :) it finally gives me a 401...
< zoq> rcurtin: I think the one posted in the job itself is internal not sure; what I usually do is to open the Tests tab right beside the Summary and Logs.
< zoq> Also I have to debug the failing linux builds, I think the config is fine, and there is some strange problem with the serialization.
< zoq> And I'd like to merge the results into one agent, Shogun managed to do it, so I guess it's possible.
< zoq> Btw. azure does not share the github group permissions, similair to appvoyer so I think I have to invite people, so that they can restart the job if necessary.
ImQ009 has joined #mlpack
< rcurtin> ahhh, got it, I hadn't seen the "tests" tab
< rcurtin> thanks!
jeffin143 has joined #mlpack
< jeffin143> :) just got my hands on this : https://ibb.co/cvV17qb
< jeffin143> Had a wonderful summer 🚀🚀
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 240 seconds]
< rcurtin> jeffin143: nice! got mine a little while back
< rcurtin> strangely the color is basically exactly the same as my company's t-shirts... so when I wear this year's GSoC shirt, people in my company get a bit confused :)
< jeffin143> Haha :)
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#8338 (master - ed9d7e2 : Shikhar Jaiswal): The build has errored.
travis-ci has left #mlpack []
Nakul has joined #mlpack
< Nakul> Hello all!,
< Nakul> can someone provide some resource for notebook for mlpack.
KimSangYeon-DGU has joined #mlpack
< zoq> Nakul: Hey, not sure what you mean with notebook.
< Nakul> somewhere i saw that we can use notebook like(jupyter notebook) for mlpack as well
< Nakul> but i can't find any resource on internet
< zoq> Nakul: Right, there is no mlpack notebook at least not yet, we really like the idea so there so they are coming for sure
< Nakul> so is it in development process ?
< zoq> Getting a notebook working with mlpack is simple, it's the same process as linking locally, the difficult part is workout a notebook that shows something useful. The process is really similair to writing a tutorial, anyway I don't think we haven't made any huge process yet, if you like to work on that please feel free.
< KimSangYeon-DGU> I'll bring a cup of tea before the meeting :)
xiaohong has joined #mlpack
< Nakul> zoq thanks for information , offcourse would love to do some research over it : )
< zoq> KimSangYeon: Will go with https://www.clubmate.de/about-club-mate.html today.
xiaohong has quit [Ping timeout: 250 seconds]
< rcurtin> uh, hang on, I have two zoom accounts, having trouble starting the meeting...
< rcurtin> ok, got it working
jeffin143 has quit [Ping timeout: 250 seconds]
Nakul has quit [Ping timeout: 260 seconds]
< rcurtin> KimSangYeon-DGU: do you mean mlpack.__version__?
< rcurtin> I think that was a success, thanks everyone who joined the meetup :)
< KimSangYeon-DGU> Thanks for meeting :)
< zoq> Agreed, I really liked the informal meeting, even if we haven't talked for hours and hours, it's a nice opportunity to site down and go through some PRs.
< rcurtin> definitely, do you think I should send out a quick email with a few bullet points of what we talked about?
< zoq> rcurtin: I think that is a good idea.
< KimSangYeon-DGU> Agreed
< rcurtin> ok, let me get that sent out then :)
< KimSangYeon-DGU> Thanks!
< rcurtin> ok, done :)
< KimSangYeon-DGU> How can we get the current version of mlpack in `CMakeLists.txt`?
< rcurtin> I think the best way is to look in src/mlpack/CMakeLists.txt... the version gets extracted in lines 108-119
< rcurtin> basically it's pulled from src/mlpack/core/util/version.hpp
< KimSangYeon-DGU> Ahh, thanks, I thought that is the next version
< rcurtin> oh, wait, that would get the version of the repository
< rcurtin> do you mean the version of the repository or the latest stable release version?
< KimSangYeon-DGU> pip install mlpack
< KimSangYeon-DGU> I mean 3.2.1
< KimSangYeon-DGU> the latest stable release version
< rcurtin> ok, I see
< rcurtin> so to do that you might want to parse CHANGELOG.md for the first version line
< KimSangYeon-DGU> Aha
< KimSangYeon-DGU> Ok
< rcurtin> if you're looking to fix #2091 though, I think you can use version.hpp just fine
< rcurtin> since when we make a release of 3.2.2, version.hpp will contain "3.2.2" as the version (not "3.2.3")
< KimSangYeon-DGU> Right, I'll try to fix the #2091 issue
< KimSangYeon-DGU> Thanks for the info
< rcurtin> ahh, ok, then it should be just fine to use version.hpp, since then the version that gets put into __init__.py will be the same as the version of the repository
< KimSangYeon-DGU> Ok :)
ImQ009 has quit [Quit: Leaving]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 250 seconds]
zoq_ has joined #mlpack
gotadachi has quit [Read error: Connection reset by peer]
zoq has quit [Read error: Connection reset by peer]
zoq_ is now known as zoq
gotadachi has joined #mlpack
gotadachi has quit [Quit: Leaving...]
gotadachi has joined #mlpack
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 250 seconds]
xiaohong has joined #mlpack