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/
KimSangYeon-DGU has quit [Ping timeout: 256 seconds]
amet_ has joined #mlpack
amet_ has quit [Client Quit]
amet_ has joined #mlpack
amet_ has left #mlpack []
amet_ has joined #mlpack
amet_ has left #mlpack []
KimSangYeon-DGU has joined #mlpack
amet_ has joined #mlpack
i8hantanu has joined #mlpack
i8hantanu has quit [Client Quit]
ImQ009 has joined #mlpack
amet_ has quit [Remote host closed the connection]
ImQ009 has quit [Read error: Connection reset by peer]
rajiv_ has joined #mlpack
rajiv_ has quit [Quit: Page closed]
amet_ has joined #mlpack
amet_ has quit [Remote host closed the connection]
amet_ has joined #mlpack
amet_ has quit [Remote host closed the connection]
Soonmok has joined #mlpack
< Soonmok> Hi ! I try to import mlpack library to study it. but i found it difficult to link it using Cmake.
< Soonmok> i already succeed to build mlpack using CMake, Since my dev environment is mac, i am using Clion.
< Soonmok> but I can't find any tutorial for mac user.
< Soonmok> I typed 'find_package(mlpack)' in CMakeList.txt in my project directory
< Soonmok> but it causes this error ' CMake Warning at CMakeLists.txt:12 (find_package): By not providing "Findmlpack.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "mlpack", but CMake did not find one. Could not find a package configuration file provided by "mlpack" with any of the following names:'
< Soonmok> When i type 'mlpack_knn --help' command in terminal, the help docs is displayed
< Soonmok> whooooaaaa i succeed to add lib!!
rajiv_ has joined #mlpack
< rajiv_> Hello developers, is there an interesting deep learning problem to work on which you might like to suggest?
< rajiv_> I am extremely interested to work on it
rajiv_ has quit [Client Quit]
cjlcarvalho has joined #mlpack
ImQ009 has joined #mlpack
cjlcarvalho has quit [Ping timeout: 252 seconds]
amet_ has joined #mlpack
< amet_> can anyone tell me how to do tests once made your changes in src/mlpack/methods/<somefile> ?
< amet_> ^particularly for that method where you made change
amet__ has joined #mlpack
amet__ has quit [Client Quit]
cjlcarvalho has joined #mlpack
niteya has joined #mlpack
< niteya> rcurtin: I made the changes , can you verify them ? (PR #1632)
< rcurtin> niteya: sure, I will review the PR shortly
< niteya> amet_: All the tests are built as a executable in the bin - mlpack_test , to execute a single test , say KNNTest , mlpack_test -t KNNTest
< amet_> ok thanx
cjlcarvalho has quit [Ping timeout: 252 seconds]
niteya has quit [Quit: Leaving]
< rcurtin> ShikharJ: zoq: I think I'm going to sit down tonight and come up with a new labeling scheme for issues
< rcurtin> and maybe try to set up a github bot to auto-label issues, close stale issues, and to offer to mail stickers to new contributors :)
< rcurtin> I've found in the past handful of days that it's just overwhelming to keep up with all of the issues that come in every day
< rcurtin> and it's very difficult for me to actually make any forward progress in the development of the library
< rcurtin> so, I think, at least for me, I'd like to experiment with new strategies of managing what's going on
< rcurtin> if either of you are interested in helping me figure out some ideas, I can try and send an email with a draft of the ideas tonight
< rcurtin> otherwise I can just do it and we can see what we think :)
niteya has joined #mlpack
< niteya> rcurin: I had added the serialisation and read dataset features in my last commit .
niteya has quit [Quit: Leaving]
saurabh97 has joined #mlpack
< saurabh97> Hi everyone , I was looking around Gradient boosting and didnt find any support for the same in mlpack , is boosting available in mlpack?
< rcurtin> saurabh97: did you look at adaboost? that is a boosting algorithm, but it is not, e.g., gradient-boosted decision trees
< saurabh97> yeah sorry I meant gradient boosted trees in particular
< rcurtin> right, those are not implemented, but would be nice to add for sure
< saurabh97> okay thanks
amet_ is now known as ametV
ayesdie has joined #mlpack
ayesdie has quit [Quit: ayesdie]
saurabh97 has quit [Quit: Leaving]
< zoq> rcurtin: Same, happy to help and to reduce the backlog :)
< zoq> Soonmok: Nice to hear you figured it out, always wanted to take a closer look into Clion.
ametV has quit [Ping timeout: 246 seconds]
rajiv_ has joined #mlpack
< rajiv_> rcnn and capsule nets?
< zoq> rajiv_: That is an option :)
rajiv_ has quit [Ping timeout: 256 seconds]
rajiv_ has joined #mlpack
< rajiv_> Region of interest pooling layers are gaining a lot of attention
Soonmok has quit [Ping timeout: 256 seconds]
rajiv_ has quit [Client Quit]
rajiv_ has joined #mlpack
< rajiv_> Auto encoders
rajiv_ has quit [Client Quit]
< rcurtin> zoq: sounds good, I'll send a ping tonight
< zoq> rcurtin: Sounds good.
< ShikharJ> rcurtin: And maybe an additional templated comment when someone opens a PR. For example, something along the lines of this (https://github.com/sympy/sympy/pull/15792), and mentioning whom to ping for certain issues. Like it could be "For changes to the ANN code, please ping @ShikharJ" or something.
< rcurtin> ShikharJ: that wouldn't be a bad idea; definitely a bot to help management of issues is something that's needed
< zoq> I'm not sure there is any need to make a specific recommendations (github already does this) and I don't think we should create the impression that only a subset of the community is able to provide feedback.
< rcurtin> yeah, the 'reviewer suggestions' seems to be pretty good already
< rcurtin> I think it just uses 'git blame'
< zoq> Not sure, did someone from the community receive a review request? Personally, if I have the chance to provide feedback I do that, nobody has to send me a request, I get a notification anyway.
< rcurtin> same here, although I am finding I'm basically at the limit of what I am able to do these days
< rcurtin> and I suspect that as time goes on, the rate of PRs and issues opening will increase :)
< zoq> Agreed, we can definitely do something that helps with the amount of work.
< ShikharJ> zoq: Hmm, of course we don't want to do that, but it is borderline impossible for me to take a look at all PRs. I had unwatched the repository previously, but most of the people do not end up pinging me, and I can't really open up and start looking at PRs one by one to check if there is any that changes the ANN code in a certain way or not. So I put the repository to watch again, which was fine until now, but the number of
< ShikharJ> mails is getting out of hand :/
< rcurtin> ShikharJ: agreed. I think, no matter what the workflow ends up looking like for each of us, there will have to be a step where everyone looks through the issues/PRs to find what they are interested in
< rcurtin> but I think with more automated labeling, this can get a little bit easier
ImQ009 has quit [Quit: Leaving]
< zoq> Agreed meaningful labels are a good step to help everyone to filter topics of interest. And it should be straightforward to send notifications to people who subscribed to labels if that is something someone likes to get.
amet_ has joined #mlpack
amet_ has quit [Client Quit]
amet_ has joined #mlpack
amet_ has quit [Client Quit]
ametV has joined #mlpack
< ShikharJ> zoq: lozhnikov : I was interested in mentoring for Essential Deep Learning Modules project, and possibly co-mentoring alongside you guys. Would you be interested in the same?